Files
awesome-sunshine/crowdin.yml
2024-12-14 17:55:57 -05:00

26 lines
690 B
YAML

---
"base_path": "."
"base_url": "https://api.crowdin.com" # optional (for Crowdin Enterprise only)
"preserve_hierarchy": true
"pull_request_title": "chore(l10n): update translations"
"pull_request_labels": [
"crowdin",
"l10n"
]
"files": [
{
"source": "/*.md",
"dest": "/%original_path%/%original_file_name%",
"translation": "/locale/%two_letters_code%/%original_path%/%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"
}
},
"update_option": "update_as_unapproved"
}
]