mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Added Icelandic and Serbian to locale list
This commit is contained in:
parent
ef0bd72076
commit
7a52477294
|
@ -32,6 +32,7 @@ Form::macro('locales', function ($name = "locale", $selected = null, $class = nu
|
||||||
'el'=> "Greek",
|
'el'=> "Greek",
|
||||||
'he'=> "Hebrew",
|
'he'=> "Hebrew",
|
||||||
'hu'=> "Hungarian",
|
'hu'=> "Hungarian",
|
||||||
|
'is' => 'Icelandic',
|
||||||
'id'=> "Indonesian",
|
'id'=> "Indonesian",
|
||||||
'ga-IE'=> "Irish",
|
'ga-IE'=> "Irish",
|
||||||
'it'=> "Italian",
|
'it'=> "Italian",
|
||||||
|
@ -50,6 +51,7 @@ Form::macro('locales', function ($name = "locale", $selected = null, $class = nu
|
||||||
'pt-BR'=> "Portuguese, Brazilian",
|
'pt-BR'=> "Portuguese, Brazilian",
|
||||||
'ro'=> "Romanian",
|
'ro'=> "Romanian",
|
||||||
'ru'=> "Russian",
|
'ru'=> "Russian",
|
||||||
|
'sr-CS' => 'Serbian (Latin)',
|
||||||
'sl'=> "Slovenian",
|
'sl'=> "Slovenian",
|
||||||
'es-ES'=> "Spanish",
|
'es-ES'=> "Spanish",
|
||||||
'es-CO'=> "Spanish, Colombia",
|
'es-CO'=> "Spanish, Colombia",
|
||||||
|
|
Loading…
Reference in a new issue