We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67813b commit 9f2d3bcCopy full SHA for 9f2d3bc
1 file changed
.phraseapp.yml
@@ -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
14
+ tag: "base"
15
+ - file: ./resources/lang/<locale_code>/pagination.php
16
17
+ tag: "pagination"
18
+ - file: ./resources/lang/<locale_code>/passwords.php
19
20
+ tag: "passwords"
21
+ - file: ./resources/lang/<locale_code>/server.php
22
23
+ tag: "server"
24
+ - file: ./resources/lang/<locale_code>/strings.php
25
26
+ tag: "strings"
27
+ - file: ./resources/lang/<locale_code>/validation.php
28
29
+ tag: "validation"
0 commit comments