1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Correzioni per gestione delle traduzioni

This commit is contained in:
Dasc3er
2021-03-03 08:26:20 +01:00
parent 566f268a8c
commit 0c7f49362e
15 changed files with 33520 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ return [
* Default locale: this will be the default for your application.
* Is to be supposed that all strings are written in this language.
*/
'locale' => env('APP_LOCALE', 'it_IT'),
'locale' => 'it_IT',
/*
* Supported locales: An array containing all allowed languages
@@ -78,7 +78,7 @@ return [
/*
* Translator contact data (used on .po headers too)
*/
'translator' => 'James Translator <james@translations.colm>',
'translator' => 'DevCode s.r.l. <info@devcode.it>',
/*
* Paths where Poedit will search recursively for strings to translate.