1e620b19cc
* Add pt-PT mapping to crowdin config * Pull latest translations from crowdin * run intl extract
22 lines
538 B
YAML
22 lines
538 B
YAML
{
|
|
"project_id": "1",
|
|
"base_url": "https://bluesky.api.crowdin.com",
|
|
"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": "pt-PT",
|
|
"pt-BR": "pt-BR",
|
|
"en-GB": "en-GB",
|
|
"zh-CN": "zh-CN",
|
|
"zh-TW": "zh-TW",
|
|
"zh-HK": "zh-HK"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |