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 0e8b61e commit 4af3271Copy full SHA for 4af3271
lunaria/lunaria.ts
@@ -61,7 +61,7 @@ const jsonStatus: I18nStatus = {
61
}
62
63
const completedKeys = totalKeys - missingKeys.length
64
- const localeFilePath = `i18n/locales/${lunariaJSONFiles[locale.lang]!}.json`
+ const localeFilePath = `i18n/locales/${lunariaJSONFiles[locale.lang]!}`
65
66
return {
67
lang: locale.lang,
0 commit comments