-
Notifications
You must be signed in to change notification settings - Fork 4
/
.phraseapp.yml
38 lines (38 loc) · 1009 Bytes
/
.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
phraseapp:
#access_token:
project_id: cbb16e012c455b7caf0b0bf893a816c7
push:
sources:
- file: ./lang/<locale_code>/<tag>.php
params:
file_format: laravel
- file: ./lang/<locale_code>.json
params:
file_format: simple_json
tags: override
pull:
targets:
- file: ./lang/<locale_code>/auth.php
params:
file_format: laravel
tag: auth
- file: ./lang/<locale_code>/pagination.php
params:
file_format: laravel
tag: pagination
- file: ./lang/<locale_code>/passwords.php
params:
file_format: laravel
tag: passwords
- file: ./lang/<locale_code>/t.php
params:
file_format: laravel
tag: t
- file: ./lang/<locale_code>/validation.php
params:
file_format: laravel
tag: validation
- file: ./lang/<locale_code>.json
params:
file_format: simple_json
tag: override