forked from MorpheApp/morphe-patches-template
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcrowdin.yml
More file actions
25 lines (20 loc) · 1.12 KB
/
crowdin.yml
File metadata and controls
25 lines (20 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
project_id_env: "CROWDIN_PROJECT_ID"
api_token_env: "CROWDIN_PERSONAL_TOKEN"
preserve_hierarchy: true
files:
- source: patches/src/main/resources/addresources/values/music/strings.xml
translation: patches/src/main/resources/addresources/values-%android_code%/music/strings.xml
dest: '/Patches/music.xml'
skip_untranslated_strings: true
- source: patches/src/main/resources/addresources/values/youtube/strings.xml
translation: patches/src/main/resources/addresources/values-%android_code%/youtube/strings.xml
dest: '/Patches/youtube.xml'
skip_untranslated_strings: true
- source: patches/src/main/resources/addresources/values/shared/strings.xml
translation: patches/src/main/resources/addresources/values-%android_code%/shared/strings.xml
dest: '/Patches/shared.xml'
skip_untranslated_strings: true
- source: patches/src/main/resources/addresources/values/shared-youtube/strings.xml
translation: patches/src/main/resources/addresources/values-%android_code%/shared-youtube/strings.xml
dest: '/Patches/shared-youtube.xml'
skip_untranslated_strings: true