Added Icelandic and Serbian to locale list

This commit is contained in:
snipe 2018-09-28 11:47:59 -07:00
parent ef0bd72076
commit 7a52477294

View file

@ -32,6 +32,7 @@ Form::macro('locales', function ($name = "locale", $selected = null, $class = nu
'el'=> "Greek",
'he'=> "Hebrew",
'hu'=> "Hungarian",
'is' => 'Icelandic',
'id'=> "Indonesian",
'ga-IE'=> "Irish",
'it'=> "Italian",
@ -50,6 +51,7 @@ Form::macro('locales', function ($name = "locale", $selected = null, $class = nu
'pt-BR'=> "Portuguese, Brazilian",
'ro'=> "Romanian",
'ru'=> "Russian",
'sr-CS' => 'Serbian (Latin)',
'sl'=> "Slovenian",
'es-ES'=> "Spanish",
'es-CO'=> "Spanish, Colombia",