mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Italian translation
Add the italian translation for the October CMS
This commit is contained in:
parent
a7b59756cf
commit
19d06a0489
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user