mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 15:25:22 +03:00
Merge pull request #945 from mikeller/added_crowdin_yaml
Update Crowdin configuration file
This commit is contained in:
commit
1c214e5741
1 changed files with 32 additions and 3 deletions
35
crowdin.yml
35
crowdin.yml
|
@ -1,3 +1,32 @@
|
||||||
files:
|
#
|
||||||
- source: /locales/en/messages.json
|
# Files configuration
|
||||||
translation: /locales/%locale_with_underscore%/%original_file_name%
|
#
|
||||||
|
"preserve_hierarchy": false
|
||||||
|
|
||||||
|
files: [
|
||||||
|
{
|
||||||
|
#
|
||||||
|
# Source files filter
|
||||||
|
# e.g. "/resources/en/*.json"
|
||||||
|
#
|
||||||
|
"source" : "/locales/en/messages.json",
|
||||||
|
|
||||||
|
#
|
||||||
|
# where translations live
|
||||||
|
# e.g. "/resources/%two_letters_code%/%original_file_name%"
|
||||||
|
#
|
||||||
|
"translation" : "/locales/%two_letters_code%/%original_file_name%",
|
||||||
|
|
||||||
|
#
|
||||||
|
# Often software projects have custom names for locale directories. crowdin-cli allows you to map your own languages to be understandable by Crowdin.
|
||||||
|
#
|
||||||
|
"languages_mapping" : {
|
||||||
|
"two_letters_code" : {
|
||||||
|
"es-ES" : "es",
|
||||||
|
"pt-PT" : "pt",
|
||||||
|
"sv-SE" : "sv",
|
||||||
|
"zh-CN" : "zh_CN"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue