Merge pull request #1117 from h3poteto/iss-1106

refs #1106 Update crowdin to specify locale mapping
This commit is contained in:
AkiraFukushima 2019-11-19 01:17:21 +09:00 committed by GitHub
commit 0f691ae7db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
files:
- source: /src/config/locales/en/translation.json
translation: /src/config/locales/%two_letters_code%/translation.json
translation: /src/config/locales/%locale%/translation.json
languages_mapping:
locale:
'de': 'de'
'fr': 'fr'
'it': 'it'
'ja': 'ja'
'ko': 'ko'
'pl': 'pl'
'zh-CN': 'zh_cn'