Updated i18n process (#7684)

* Update documentation

* Update crowdin.yml for cli usage

* Add more info about crowdin cli setup

* Add intl:pull and intl:push commands
This commit is contained in:
Paul Frazee
2025-02-06 12:46:10 -08:00
committed by GitHub
parent be1285ea36
commit b12d39b4cf
3 changed files with 78 additions and 11 deletions
+20 -3
View File
@@ -1,3 +1,20 @@
files:
- source: /src/locale/locales/en/messages.po
translation: /src/locale/locales/%two_letters_code%/messages.po
{
"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"
}
}
}
]
}