-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcrowdin.yml
More file actions
17 lines (16 loc) · 1.07 KB
/
crowdin.yml
File metadata and controls
17 lines (16 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
files:
- source: /feature/**/src/commonMain/composeResources/values/strings.xml
translation: /feature/**/src/commonMain/composeResources/values-%android_code%/strings.xml
- source: /app/src/commonMain/composeResources/values/strings.xml
translation: /app/src/commonMain/composeResources/values-%android_code%/strings.xml
- source: /core/**/src/commonMain/composeResources/values/strings.xml
translation: /core/**/src/commonMain/composeResources/values-%android_code%/strings.xml
- source: /shared/**/src/commonMain/composeResources/values/strings.xml
translation: /shared/**/src/commonMain/composeResources/values-%android_code%/strings.xml
- source: /fastlane/metadata/android/en-US/full_description.txt
translation: /fastlane/metadata/android/%locale%/full_description.txt
- source: /fastlane/metadata/android/en-US/short_description.txt
translation: /fastlane/metadata/android/%locale%/short_description.txt
commit_message: "chore(lang): new %language% translations"
append_commit_message: false
pull_request_title: "chore(lang): crowdin translation updates"