mirror of
https://github.com/bitwarden/android.git
synced 2024-11-21 17:05:44 +03:00
[PM-8015] Update Crowdin destination path (#3365)
This commit is contained in:
parent
f1d05f2e6a
commit
96b4326d7d
3 changed files with 1 additions and 2 deletions
1
.github/workflows/crowdin-pull.yml
vendored
1
.github/workflows/crowdin-pull.yml
vendored
|
@ -36,7 +36,6 @@ jobs:
|
|||
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}
|
||||
with:
|
||||
config: crowdin.yml
|
||||
crowdin_branch_name: main
|
||||
upload_sources: false
|
||||
upload_translations: false
|
||||
download_translations: true
|
||||
|
|
1
.github/workflows/crowdin-push.yml
vendored
1
.github/workflows/crowdin-push.yml
vendored
|
@ -35,6 +35,5 @@ jobs:
|
|||
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}
|
||||
with:
|
||||
config: crowdin.yml
|
||||
crowdin_branch_name: main
|
||||
upload_sources: true
|
||||
upload_translations: false
|
||||
|
|
|
@ -5,5 +5,6 @@ base_path: "app/src/main"
|
|||
files:
|
||||
- source: "/res/values/strings.xml"
|
||||
translation: "/res/values-%android_code%/%original_file_name%"
|
||||
dest: "/android/%original_file_name%"
|
||||
update_option: update_as_unapproved
|
||||
type: android
|
||||
|
|
Loading…
Reference in a new issue