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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user