Skip to content

Commit 5a5b1c0

Browse files
committed
Update:translations.ts
1 parent ee551a5 commit 5a5b1c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/utils/translations.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ const getRequiredNamespacesForPath = (relativePath: string) => {
206206
path.startsWith("/wallets/") ||
207207
path.startsWith("/web3/") ||
208208
path.startsWith("/what-is-ethereum/") ||
209-
path.startsWith("/quizzes/")
209+
path.startsWith("/quizzes/") ||
210+
path.startsWith("/stablecoins/")
210211
) {
211212
requiredNamespaces = [...requiredNamespaces, "learn-quizzes"]
212213
}

0 commit comments

Comments
 (0)