v1.129.1 Release Prep (#11303)
This commit is contained in:
+5
-13
@@ -1,3 +1,7 @@
|
||||
# Important: when a two letter code is ambiguous, we need
|
||||
# to manually map it to the full locale code. This is done
|
||||
# in the Crowdin language mapping config here:
|
||||
# https://bluesky.crowdin.com/u/projects/1/languages
|
||||
{
|
||||
"project_id": "1",
|
||||
"base_url": "https://bluesky.api.crowdin.com",
|
||||
@@ -6,19 +10,7 @@
|
||||
"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-CA": "en-CA",
|
||||
"en-GB": "en-GB",
|
||||
"fr-CA": "fr-CA",
|
||||
"zh-CN": "zh-CN",
|
||||
"zh-TW": "zh-TW",
|
||||
"zh-HK": "zh-HK"
|
||||
}
|
||||
}
|
||||
"translation": "/src/locale/locales/%two_letters_code%/messages.po"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user