mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-22 14:36:35 +01:00
refs #1106 Update crowdin to specify locale mapping
This commit is contained in:
parent
9fcd803f01
commit
5d30e39d3e
11
crowdin.yml
11
crowdin.yml
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user