Skip to content

Commit

Permalink
Merge branch 'main' into address-react-router-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks authored Jan 16, 2025
2 parents f08dedb + a41c576 commit 2bfa11a
Show file tree
Hide file tree
Showing 4 changed files with 2,051 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i18next-parser.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {

default: jsLexer,
},
locales: ['de', 'zh_TW', 'zh_CN'],
locales: ['en', 'de', 'zh_TW', 'zh_CN'],
namespaceSeparator: false,
output: 'public/locales/gsa-$LOCALE.json',
pluralSeparator: false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build": "vite build",
"lint": "eslint src --max-warnings 0",
"preview": "vite preview",
"i18n-extract": "i18next",
"i18n-extract": "i18next && node scripts/update-gsa-en-json",
"clean-up-translations": "node scripts/cleanuptranslations"
},
"engines": {
Expand Down
Loading

0 comments on commit 2bfa11a

Please sign in to comment.