mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 18:38:27 +03:00
fix resources path for crowdin (#3008)
This commit is contained in:
parent
1ae388cb03
commit
96a9978ef8
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ project_id_env: _CROWDIN_PROJECT_ID
|
||||||
api_token_env: CROWDIN_API_TOKEN
|
api_token_env: CROWDIN_API_TOKEN
|
||||||
preserve_hierarchy: true
|
preserve_hierarchy: true
|
||||||
files:
|
files:
|
||||||
- source: /src/App/Resources/AppResources.resx
|
- source: /src/Core/Resources/Localization/AppResources.resx
|
||||||
dest: /src/App/Resources/%original_file_name%
|
dest: /src/Core/Resources/Localization/%original_file_name%
|
||||||
translation: /src/App/Resources/AppResources.%two_letters_code%.resx
|
translation: /src/Core/Resources/Localization/AppResources.%two_letters_code%.resx
|
||||||
update_option: update_as_unapproved
|
update_option: update_as_unapproved
|
||||||
languages_mapping:
|
languages_mapping:
|
||||||
two_letters_code:
|
two_letters_code:
|
||||||
|
|
Loading…
Reference in a new issue