GitNex/crowdin.example.yml
6543 44b8ad8d1c Add crowdin-cli config template (#827)
Add example crowdin Config

„crowdin.yml“ ändern

now able to upload new strings.xml file

add crowdin config (without API key)

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: 6543 <6543@noreply@gitea.io>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/827
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
Co-Authored-By: 6543 <6543@noreply.codeberg.org>
Co-Committed-By: 6543 <6543@noreply.codeberg.org>
2021-02-12 10:30:02 +01:00

11 lines
255 B
YAML

"project_id": "375123"
"api_token": "-removed-"
"base_path" : ""
"preserve_hierarchy": false
files: [
{
"source" : "app/src/main/res/values/strings.xml",
"translation" : "app/src/main/res/values-%two_letters_code%/strings.xml",
}
]