-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathcrowdin.yml
28 lines (28 loc) · 1.37 KB
/
crowdin.yml
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
26
27
28
files:
- source: /translations/en.json
translation: /translations/%two_letters_code%.json
update_option: update_as_unapproved
- source: /ios/Seek/en.lproj/InfoPlist.strings
translation: /ios/Seek/%osx_code%/InfoPlist.strings
update_option: update_as_unapproved
- source: /fastlane/metadata/android/en/full_description.txt
translation: /fastlane/metadata/android/%locale%/full_description.txt
update_option: update_as_unapproved
- source: /fastlane/metadata/android/en/short_description.txt
translation: /fastlane/metadata/android/%locale%/short_description.txt
update_option: update_as_unapproved
- source: /fastlane/metadata/android/en/title.txt
translation: /fastlane/metadata/android/%locale%/title.txt
update_option: update_as_unapproved
- source: /fastlane/metadata/en-US/description.txt
translation: /fastlane/metadata/%osx_locale%/description.txt
update_option: update_as_unapproved
- source: /fastlane/metadata/en-US/keywords.txt
translation: /fastlane/metadata/%osx_locale%/keywords.txt
update_option: update_as_unapproved
- source: /fastlane/metadata/en-US/name.txt
translation: /fastlane/metadata/%osx_locale%/name.txt
update_option: update_as_unapproved
- source: /fastlane/metadata/en-US/subtitle.txt
translation: /fastlane/metadata/%osx_locale%/subtitle.txt
update_option: update_as_unapproved