Skip to content

Commit 4af3271

Browse files
authored
fix: edit locale link on github (#480)
1 parent 0e8b61e commit 4af3271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lunaria/lunaria.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const jsonStatus: I18nStatus = {
6161
}
6262

6363
const completedKeys = totalKeys - missingKeys.length
64-
const localeFilePath = `i18n/locales/${lunariaJSONFiles[locale.lang]!}.json`
64+
const localeFilePath = `i18n/locales/${lunariaJSONFiles[locale.lang]!}`
6565

6666
return {
6767
lang: locale.lang,

0 commit comments

Comments
 (0)