Italian translation

Add the italian translation for the October CMS
This commit is contained in:
Nicola Marini 2014-08-10 14:26:20 +02:00
parent a7b59756cf
commit 19d06a0489

View File

@ -37,6 +37,7 @@ class BackendPreferences extends Model
'br' => [Lang::get('system::lang.locale.br'), 'flag-br'],
'de' => [Lang::get('system::lang.locale.de'), 'flag-de'],
'fr' => [Lang::get('system::lang.locale.fr'), 'flag-fr'],
'it' => [Lang::get('system::lang.locale.it'), 'flag-it'],
];
// Sort the locales alphabetically
@ -48,4 +49,4 @@ class BackendPreferences extends Model
{
Session::put('locale', $this->locale);
}
}
}