added italian version (#1045)

## Launch Checklist

<!-- Thanks for the PR! Feel free to add or remove items from the
checklist. -->


 - added italian version
This commit is contained in:
Maurizio Napolitano
2025-02-04 07:35:49 +01:00
committed by GitHub
parent b0e19cc33d
commit da361509d2
4 changed files with 192 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
export default {
output: 'src/locales/$LOCALE/$NAMESPACE.json',
locales: [ 'de', 'fr', 'he', 'ja', 'zh' ],
locales: [ 'de', 'fr', 'he', 'it','ja', 'zh' ],
// Because some keys are dynamically generated, i18next-parser can't detect them.
// We add these keys manually, so we don't want to remove them.