1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 20:32:28 +01:00
Pterodactyl-Panel/.phraseapp.yml

30 lines
834 B
YAML
Raw Normal View History

2016-10-03 20:18:22 +02:00
phraseapp:
project_id: 94f8b39450cd749ae9c3cc0ab8cdb61d
file_format: laravel
push:
sources:
- file: ./resources/lang/<locale_code>/<tag>.php
pull:
targets:
- file: ./resources/lang/<locale_code>/auth.php
params:
tag: "auth"
# - file: ./resources/lang/<locale_code>/base.php
# params:
# tag: "base"
2016-10-03 20:18:22 +02:00
- file: ./resources/lang/<locale_code>/pagination.php
params:
tag: "pagination"
- file: ./resources/lang/<locale_code>/passwords.php
params:
tag: "passwords"
# - file: ./resources/lang/<locale_code>/server.php
# params:
# tag: "server"
2016-10-03 20:18:22 +02:00
- file: ./resources/lang/<locale_code>/strings.php
params:
tag: "strings"
- file: ./resources/lang/<locale_code>/validation.php
params:
tag: "validation"