crowdin config
This commit is contained in:
parent
0a647e4846
commit
bb81fd3597
|
@ -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
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"hello": {
|
||||
"message": "hola"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue