2022-08-08 00:26:40 +00:00
|
|
|
---
|
2022-03-13 20:29:51 +00:00
|
|
|
"base_path": "."
|
|
|
|
"base_url": "https://api.crowdin.com" # optional (for Crowdin Enterprise only)
|
|
|
|
"preserve_hierarchy": false # flatten tree on crowdin
|
2022-04-18 18:53:28 +00:00
|
|
|
"pull_request_labels": [
|
|
|
|
"crowdin",
|
|
|
|
"l10n"
|
|
|
|
]
|
2022-03-13 20:29:51 +00:00
|
|
|
|
2022-08-08 00:26:40 +00:00
|
|
|
"files": [
|
2022-03-13 20:29:51 +00:00
|
|
|
{
|
2022-08-08 00:26:40 +00:00
|
|
|
"source": "/locale/*.po",
|
|
|
|
"translation": "/locale/%two_letters_code%/LC_MESSAGES/%original_file_name%",
|
2022-03-13 20:29:51 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|