Skip to content

Commit

Permalink
Stop i18next-parser from changing French back to English (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed May 1, 2022
1 parent 9929899 commit 5f0daf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/i18next-parser.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default {
input: [`${sourceDir}/**/*.{t,hb}s`, `!${sourceDir}/**/*-te{mplate,st}.ts`],
output: `${i18nDir}/$LOCALE/$NAMESPACE.json`,
locales: ['en', 'fr'],
resetDefaultValueLocale: 'en',
lexers: {
hbs: [HbsI18nLexer],
},
Expand Down

0 comments on commit 5f0daf0

Please sign in to comment.