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>pull/830/head
parent
fc49e29703
commit
44b8ad8d1c
@ -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