crowdin config

This commit is contained in:
Kyle Spearrin 2018-02-03 12:39:12 -05:00
parent 0a647e4846
commit bb81fd3597
2 changed files with 9 additions and 5 deletions

9
crowdin.yml Normal file
View File

@ -0,0 +1,9 @@
files:
- source: /src/locales/en/messages.json
translation: /src/locales/%two_letters_code%/%original_file_name%
languages_mapping:
two_letters_code:
pt-PT: pt_PT
pt-BR: pt_BR
zh-CN: zh_CN
zh-TW: zh_TW

View File

@ -1,5 +0,0 @@
{
"hello": {
"message": "hola"
}
}