File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ phraseapp:
10
10
- file : ./locales/en-advanced.yml
11
11
params :
12
12
file_format : yml
13
- tags : " advanced, custom"
13
+ tags : " advanced,custom"
14
14
pull :
15
15
targets :
16
16
- file : ./locales/<locale_name>-simple.yml
@@ -20,4 +20,4 @@ phraseapp:
20
20
- file : ./locales/<locale_name>-advanced.yml
21
21
params :
22
22
file_format : yml
23
- tags : " advanced, custom"
23
+ tags : " advanced,custom"
Original file line number Diff line number Diff line change
1
+ ---
1
2
en :
2
3
advanced :
3
4
test :
4
- import : ' only part of en-advanced'
5
+ import : only part of en-advanced updated
5
6
custom :
6
7
test :
7
- import : ' only part of en-advanced'
8
+ import : only part of en-advanced
Original file line number Diff line number Diff line change
1
+ ---
1
2
en :
2
3
simple :
3
4
test :
4
- import : ' only part of en-simple'
5
+ import : only part of en-simple
You can’t perform that action at this time.
0 commit comments