-
Notifications
You must be signed in to change notification settings - Fork 33
/
crowdin.yml
31 lines (31 loc) · 1.78 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
29
30
31
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
- source: /back/engines/commercial/analysis/config/locales/en.yml
translation: /back/engines/commercial/analysis/config/locales/%locale%.yml
update_option: update_without_changes
- source: /back/engines/commercial/multi_tenancy/config/locales/en.yml
translation: /back/engines/commercial/multi_tenancy/config/locales/%locale%.yml
update_option: update_without_changes