forked from otwcode/otwarchive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.phraseapp.yml
39 lines (39 loc) · 1 KB
/
.phraseapp.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
32
33
34
35
36
37
38
39
phraseapp:
project_id: a3667b8095533c2b3f8d3ac946bb642f
push:
sources:
- file: ./config/locales/<tag>/<locale_name>.yml
params:
file_format: yml
pull:
targets:
# defaults
- file: ./config/locales/defaults/<locale_name>.yml
params:
file_format: yml
tag: defaults
# devise
- file: ./config/locales/devise/<locale_name>.yml
params:
file_format: yml
tag: devise
# mailers
- file: ./config/locales/mailers/<locale_name>.yml
params:
file_format: yml
tag: mailers
# models
- file: ./config/locales/models/<locale_name>.yml
params:
file_format: yml
tag: models
# validators
- file: ./config/locales/validators/<locale_name>.yml
params:
file_format: yml
tag: validators
# views
- file: ./config/locales/views/<locale_name>.yml
params:
file_format: yml
tag: views