1
0
Fork 0
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:
Miguel Angel Mulero Martinez 2020-10-23 09:01:46 +02:00
parent dd56446241
commit d7a6b7374f
3 changed files with 2 additions and 11 deletions

View file

@ -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,