b12d39b4cf
* Update documentation * Update crowdin.yml for cli usage * Add more info about crowdin cli setup * Add intl:pull and intl:push commands
20 lines
467 B
YAML
20 lines
467 B
YAML
{
|
|
"project_id": "664276",
|
|
"base_path": ".",
|
|
"preserve_hierarchy": true,
|
|
"files": [
|
|
{
|
|
"source": "/src/locale/locales/en/messages.po",
|
|
"translation": "/src/locale/locales/%two_letters_code%/messages.po",
|
|
"languages_mapping": {
|
|
"two_letters_code": {
|
|
"pt-BR": "pt-BR",
|
|
"en-GB": "en-GB",
|
|
"zh-CN": "zh-CN",
|
|
"zh-TW": "zh-TW",
|
|
"zh-HK": "zh-HK"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |