v1.129.1 Release Prep (#11303)

This commit is contained in:
Samuel Newman
2026-07-28 09:43:11 +03:00
committed by GitHub
parent ffdfb3c0e7
commit 82c505f286
56 changed files with 6434 additions and 6224 deletions
+5 -13
View File
@@ -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"
}
]
}