1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-12 21:22:28 +01:00

phraseapp config yml

This commit is contained in:
klezm 2018-10-04 10:36:39 +02:00
parent 42062bd926
commit 78f2bed018
8 changed files with 30 additions and 3 deletions

27
.phraseapp.yml Normal file
View File

@ -0,0 +1,27 @@
phraseapp:
project_id: 1a5e1909ba1c536141639cd8fa24c3d2
file_format: laravel
push:
sources:
# - file: ./resources/lang/<locale_code>/<tag>.php
- file: ./resources/lang/en/<tag>.php
# params:
# file_format: laravel
pull:
targets:
- file: ./resources/lang/<locale_code>/<tag>.php
params:
tag: about
# file_format: laravel
- file: ./resources/lang/<locale_code>/<tag>.php
params:
tag: account
- file: ./resources/lang/<locale_code>/<tag>.php
params:
tag: index
- file: ./resources/lang/<locale_code>/<tag>.php
params:
tag: snippets
- file: ./resources/lang/<locale_code>/<tag>.php
params:
tag: validation

View File

@ -55,14 +55,14 @@ return [
'class' => \Torann\GeoIP\Services\MaxMindDatabase::class,
'database_path' => storage_path('app/geoip.mmdb'),
'update_url' => 'https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz',
'locales' => ['en_US'],
'locales' => ['en'],
],
'maxmind_api' => [
'class' => \Torann\GeoIP\Services\MaxMindWebService::class,
'user_id' => env('MAXMIND_USER_ID'),
'license_key' => env('MAXMIND_LICENSE_KEY'),
'locales' => ['en_US'],
'locales' => ['en'],
],
'ipapi' => [

View File

@ -112,7 +112,7 @@ MAIL_FROM_NAME="{{$MAIL_FROM_NAME}}"
@endif
APP_LOCALE=de
APP_FALLBACK_LOCALE=en_US
APP_FALLBACK_LOCALE=en
CACHE_DRIVER=file
SESSION_DRIVER=file