mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 09:45:28 +03:00
Remove underscore from _locales
This commit is contained in:
parent
dd56446241
commit
d7a6b7374f
3 changed files with 2 additions and 11 deletions
|
@ -32,7 +32,7 @@ i18n.init = function(cb) {
|
|||
defaultNS:['messages'],
|
||||
fallbackLng: languageFallback,
|
||||
backend: {
|
||||
loadPath: './_locales/{{lng}}/{{ns}}.json',
|
||||
loadPath: './locales/{{lng}}/{{ns}}.json',
|
||||
parse: i18n.parseInputFile,
|
||||
},
|
||||
initImmediate: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue