mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
Added Simplified Chinese language support (#921)
Added Simplified Chinese language support
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export default {
|
||||
output: 'src/locales/$LOCALE/$NAMESPACE.json',
|
||||
locales: [ 'ja', 'he' ],
|
||||
locales: [ 'ja', 'he','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