forked from pathwar/pathwar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.crowdin.yml
20 lines (20 loc) · 1.47 KB
/
.crowdin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
project_id: '2'
base_url: 'https://pathwar.crowdin.com'
commit_message: 'chore(i18n): new %language% translations'
append_commit_message: false
preserve_hierarchy: true
files:
- source: /web/src/translations/en.json
translation: /web/src/translations/%two_letters_code%.json
- source: /challenges/web/upload-hi/front/translations/en_US/LC_MESSAGES/*.po
translation: /challenges/web/upload-hi/front/translations/%locale_with_underscore%/LC_MESSAGES/%original_file_name%
- source: /challenges/web/training-sqli/front/translations/en_US/LC_MESSAGES/*.po
translation: /challenges/web/training-sqli/front/translations/%locale_with_underscore%/LC_MESSAGES/%original_file_name%
- source: /challenges/web/training-include/front/translations/en_US/LC_MESSAGES/*.po
translation: /challenges/web/training-include/front/translations/%locale_with_underscore%/LC_MESSAGES/%original_file_name%
- source: /challenges/web/captcha-luigi/front/translations/en_US/LC_MESSAGES/*.po
translation: /challenges/web/captcha-luigi/front/translations/%locale_with_underscore%/LC_MESSAGES/%original_file_name%
- source: /challenges/web/captcha-mario/front/translations/en_US/LC_MESSAGES/*.po
translation: /challenges/web/captcha-mario/front/translations/%locale_with_underscore%/LC_MESSAGES/%original_file_name%
- source: /challenges/web/helloworld/front/translations/en_US/*.po
translation: /challenges/web/helloworld/front/translations/%locale_with_underscore%/LC_MESSAGES/%original_file_name%