Skip to content

Commit 638811d

Browse files
author
Sven Dunemann
committed
update
1 parent 8aa44ff commit 638811d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.phraseapp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ phraseapp:
1010
- file: ./locales/en-advanced.yml
1111
params:
1212
file_format: yml
13-
tags: "advanced, custom"
13+
tags: "advanced,custom"
1414
pull:
1515
targets:
1616
- file: ./locales/<locale_name>-simple.yml
@@ -20,4 +20,4 @@ phraseapp:
2020
- file: ./locales/<locale_name>-advanced.yml
2121
params:
2222
file_format: yml
23-
tags: "advanced, custom"
23+
tags: "advanced,custom"

locales/en-advanced.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
---
12
en:
23
advanced:
34
test:
4-
import: 'only part of en-advanced'
5+
import: only part of en-advanced updated
56
custom:
67
test:
7-
import: 'only part of en-advanced'
8+
import: only part of en-advanced

locales/en-simple.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
---
12
en:
23
simple:
34
test:
4-
import: 'only part of en-simple'
5+
import: only part of en-simple

0 commit comments

Comments
 (0)