This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
crowdin.yaml
57 lines (48 loc) · 2.22 KB
/
crowdin.yaml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
api_key: <%= ENV['CROWDIN_API_KEY'] %>
project_identifier: zen-community-platform
base_path: .
files:
-
source: '/email-templates/auth-create-reset-en_US/users-auth-create-reset.text.ejs'
dest: '/users-auth-create-reset.text.txt'
translation: '/email-templates/auth-create-reset-%locale_with_underscore%/%file_name%.ejs'
type: 'txt'
-
source: '/email-templates/auth-create-reset-en_US/users-auth-create-reset.html.ejs'
dest: '/users-auth-create-reset.html.html'
translation: '/email-templates/auth-create-reset-%locale_with_underscore%/%file_name%.ejs'
type: 'html'
-
source: '/email-templates/auth-register-en_US/users-auth-register.html.ejs'
dest: '/users-auth-register.html.html'
translation: '/email-templates/auth-register-%locale_with_underscore%/%file_name%.ejs'
type: 'html'
-
source: '/email-templates/auth-register-en_US/users-auth-register.text.ejs'
dest: '/users-auth-register.text.txt'
translation: '/email-templates/auth-register-%locale_with_underscore%/%file_name%.ejs'
type: 'txt'
-
source: '/email-templates/invite-ninja-over-13-en_US/users-invite-ninja-over-13.html.ejs'
dest: '/users-invite-ninja-over-13.html.html'
translation: '/email-templates/invite-ninja-over-13-%locale_with_underscore%/%file_name%.ejs'
type: 'html'
-
source: '/email-templates/invite-ninja-over-13-en_US/users-invite-ninja-over-13.text.ejs'
dest: '/users-invite-ninja-over-13.text.txt'
translation: '/email-templates/invite-ninja-over-13-%locale_with_underscore%/%file_name%.ejs'
type: 'txt'
-
source: '/email-templates/invite-parent-guardian-en_US/invite-parent-guardian.html.ejs'
dest: '/invite-parent-guardian.html.html'
translation: '/email-templates/invite-parent-guardian-%locale_with_underscore%/%file_name%.ejs'
type: 'html'
-
source: '/email-templates/invite-parent-guardian-en_US/invite-parent-guardian.text.ejs'
dest: '/invite-parent-guardian.text.txt'
translation: '/email-templates/invite-parent-guardian-%locale_with_underscore%/%file_name%.ejs'
type: 'txt'
-
source: '/web/locale/en_US/messages.po'
dest: '/messages.po'
translation: '/web/locale/%locale_with_underscore%/%original_file_name%'