mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
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:
committed by
GitHub
parent
b0e19cc33d
commit
da361509d2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user