File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2525 config : crowdin.yml
2626 upload_sources : false
2727 download_translations : true
28- download_sources_args : --dest manager.xml
2928 skip_ref_checkout : true
3029 localization_branch_name : feat/translations
3130 create_pull_request : false
Original file line number Diff line number Diff line change 2121 with :
2222 config : crowdin.yml
2323 upload_sources : true
24- upload_sources_args : --dest manager.xml
2524 env :
2625 CROWDIN_PROJECT_ID : ${{ secrets.CROWDIN_PROJECT_ID }}
2726 CROWDIN_PERSONAL_TOKEN : ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Second \"item\" text"</string>
1414-->
1515<resources >
1616 <string name =" app_name" >ReVanced Manager</string >
17- <string name =" patcher" >Patcher</string >
17+ <string name =" patcher" >Patcher test </string >
1818 <string name =" patches" >Patches</string >
1919 <string name =" cli" >CLI</string >
2020 <string name =" manager" >Manager</string >
Original file line number Diff line number Diff line change 11project_id_env : " CROWDIN_PROJECT_ID"
22api_token_env : " CROWDIN_PERSONAL_TOKEN"
33
4- preserve_hierarchy : false
4+ preserve_hierarchy : true
55files :
66 - source : app/src/main/res/values/strings.xml
7+ dest : manager.xml
78 translation : app/src/main/res/values-%android_code%/strings.xml
89 skip_untranslated_strings : true
You can’t perform that action at this time.
0 commit comments