Skip to content

Commit 2ee303f

Browse files
committed
Merge branch 'develop' into feature/filemanager
2 parents dbd2900 + 9f2d3bc commit 2ee303f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.phraseapp.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
phraseapp:
2+
project_id: 94f8b39450cd749ae9c3cc0ab8cdb61d
3+
file_format: laravel
4+
push:
5+
sources:
6+
- file: ./resources/lang/<locale_code>/<tag>.php
7+
pull:
8+
targets:
9+
- file: ./resources/lang/<locale_code>/auth.php
10+
params:
11+
tag: "auth"
12+
- file: ./resources/lang/<locale_code>/base.php
13+
params:
14+
tag: "base"
15+
- file: ./resources/lang/<locale_code>/pagination.php
16+
params:
17+
tag: "pagination"
18+
- file: ./resources/lang/<locale_code>/passwords.php
19+
params:
20+
tag: "passwords"
21+
- file: ./resources/lang/<locale_code>/server.php
22+
params:
23+
tag: "server"
24+
- file: ./resources/lang/<locale_code>/strings.php
25+
params:
26+
tag: "strings"
27+
- file: ./resources/lang/<locale_code>/validation.php
28+
params:
29+
tag: "validation"

0 commit comments

Comments
 (0)