mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-16 23:10:13 +00:00
536df759ae
- remove ubuntu 21.04 from CI (end of life) - adjust matrix strategy for clang.yml - Use lessons learned from RetroArcher on localize.yml, crowdin.yml, and locale.py - Add end of life comments to Dockerfiles - Adjust dependency order in Dockerfiles
22 lines
565 B
YAML
22 lines
565 B
YAML
"base_path": "."
|
|
"base_url": "https://api.crowdin.com" # optional (for Crowdin Enterprise only)
|
|
"preserve_hierarchy": false # flatten tree on crowdin
|
|
"pull_request_labels": [
|
|
"crowdin",
|
|
"l10n"
|
|
]
|
|
|
|
"files" : [
|
|
{
|
|
"source" : "/locale/*.po",
|
|
"translation" : "/locale/%two_letters_code%/LC_MESSAGES/%original_file_name%",
|
|
"languages_mapping": {
|
|
"two_letters_code": {
|
|
# map non-two letter codes here, left side is crowdin designation, right side is babel designation
|
|
"en-GB": "en_GB",
|
|
"en-US": "en_US"
|
|
}
|
|
}
|
|
}
|
|
]
|