forked from CitizenLabDotCo/citizenlab-oss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrowdin.yml
25 lines (25 loc) · 1.4 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
files:
- source: /front/app/translations/en.json
translation: /front/app/translations/%locale%.json
update_option: update_without_changes
- source: /front/app/translations/admin/en.json
translation: /front/app/translations/admin/%locale%.json
update_option: update_without_changes
- source: /back/config/locales/en.yml
translation: /back/config/locales/%locale%.yml
update_option: update_without_changes
- source: /back/engines/free/email_campaigns/config/locales/en.yml
translation: /back/engines/free/email_campaigns/config/locales/%locale%.yml
update_option: update_without_changes
- source: /back/engines/free/user_confirmation/config/locales/en.yml
translation: /back/engines/free/user_confirmation/config/locales/%locale%.yml
update_option: update_without_changes
- source: /back/engines/free/smart_groups/config/locales/en.yml
translation: /back/engines/free/smart_groups/config/locales/%locale%.yml
update_option: update_without_changes
- source: /back/engines/commercial/idea_assignment/config/locales/en.yml
translation: /back/engines/commercial/idea_assignment/config/locales/%locale%.yml
update_option: update_without_changes
- source: /back/engines/commercial/flag_inappropriate_content/config/locales/en.yml
translation: /back/engines/commercial/flag_inappropriate_content/config/locales/%locale%.yml
update_option: update_without_changes