mirror of https://codeberg.org/gitnex/GitNex.git
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>
This commit is contained in:
parent
fc49e29703
commit
44b8ad8d1c
|
@ -195,3 +195,6 @@ crowdin.yml
|
|||
!/gradle/wrapper/gradle-wrapper.jar
|
||||
|
||||
# End of https://www.gitignore.io/api/android,androidstudio
|
||||
|
||||
# Crowdin Config
|
||||
crowdin.yml
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
"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",
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue