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.
2 parents e42088b + ff6e37f commit 5420800Copy full SHA for 5420800
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 = [
91
...requiredNamespaces,
0 commit comments