We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c9e28 commit 13120d3Copy full SHA for 13120d3
src/lib/utils/translations.ts
@@ -82,6 +82,10 @@ const getRequiredNamespacesForPath = (path: string) => {
82
requiredNamespaces = [...requiredNamespaces, "page-developers-index"]
83
}
84
85
+ if (path.startsWith("/learn")) {
86
+ requiredNamespaces = [...requiredNamespaces, "page-learn"]
87
+ }
88
+
89
if (path.startsWith("/developers/local-environment")) {
90
requiredNamespaces = [...requiredNamespaces, "page-developers-local-environment"]
91
0 commit comments