1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-18 00:53:10 +01:00

Added possibility to use APP_LOCALE=x in .env

This commit is contained in:
Paul-Vincent Roll 2015-06-11 16:35:40 +02:00
parent 24f238d4a6
commit 732e677ca4

View File

@ -54,7 +54,7 @@ return [
| |
*/ */
'locale' => 'en', 'locale' => env('APP_LOCALE', 'en'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------