Skip to content

Commit 08e68a2

Browse files
committed
Add missing namespace for gas page translations
1 parent ca582cc commit 08e68a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/translations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const getRequiredNamespacesForPath = (path: string) => {
149149

150150
if (path.startsWith("/gas")) {
151151
primaryNamespace = "page-gas"
152-
requiredNamespaces = [...requiredNamespaces, "page-gas"]
152+
requiredNamespaces = [...requiredNamespaces, "page-gas", "page-community"]
153153
}
154154

155155
if (path.startsWith("/what-is-ethereum")) {

0 commit comments

Comments
 (0)