mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-24 21:14:45 +02:00
Merge branch 'develop' into feature/filemanager
This commit is contained in:
commit
2ee303fa35
29
.phraseapp.yml
Normal file
29
.phraseapp.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
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"
|
||||||
|
- 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"
|
||||||
|
- file: ./resources/lang/<locale_code>/strings.php
|
||||||
|
params:
|
||||||
|
tag: "strings"
|
||||||
|
- file: ./resources/lang/<locale_code>/validation.php
|
||||||
|
params:
|
||||||
|
tag: "validation"
|
Loading…
x
Reference in New Issue
Block a user