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 973f937 commit 3681d1aCopy full SHA for 3681d1a
helpers/locales.js
@@ -21,7 +21,7 @@ exports.defaultLocales = {
21
}
22
23
exports.getDefaultLocales = ($locale, path) => {
24
- let value = exports.defaultLocales[$locale]
+ let value = exports.defaultLocales[$locale] || exports.defaultLocales['/']
25
26
path.split('.').forEach((item) => {
27
value = value[item]
0 commit comments