mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Added new languages, commented out ones with 0% translated
This commit is contained in:
parent
47909b93f7
commit
faeca4139d
|
@ -15,15 +15,17 @@ Form::macro('locales', function ($name = "locale", $selected = null, $class = nu
|
|||
''=> " ",
|
||||
'en'=> "English, US",
|
||||
'en-GB'=> "English, UK",
|
||||
//'af'=> "Afrikaans",
|
||||
'ar'=> "Arabic",
|
||||
'bg'=> "Bulgarian",
|
||||
'zh-CN'=> "Chinese Simplified",
|
||||
'zh-TW'=> "Chinese Traditional",
|
||||
'hr'=> "Croatian",
|
||||
// 'hr'=> "Croatian",
|
||||
'cs'=> "Czech",
|
||||
'da'=> "Danish",
|
||||
'nl'=> "Dutch",
|
||||
'en-ID'=> "English, Indonesia",
|
||||
'et'=> "Estonian",
|
||||
'fi'=> "Finnish",
|
||||
'fr'=> "French",
|
||||
'de'=> "German",
|
||||
|
@ -34,9 +36,12 @@ Form::macro('locales', function ($name = "locale", $selected = null, $class = nu
|
|||
'it'=> "Italian",
|
||||
'ja'=> "Japanese",
|
||||
'ko'=> "Korean",
|
||||
// 'lv'=>'Latvian',
|
||||
'lt'=> "Lithuanian",
|
||||
'ms'=> "Malay",
|
||||
'mn'=> "Mongolian",
|
||||
'no'=> "Norwegian",
|
||||
'fa'=> "Persian",
|
||||
'pl'=> "Polish",
|
||||
'pt-PT'=> "Portuguese",
|
||||
'pt-BR'=> "Portuguese, Brazilian",
|
||||
|
@ -45,6 +50,7 @@ Form::macro('locales', function ($name = "locale", $selected = null, $class = nu
|
|||
'es-ES'=> "Spanish",
|
||||
'es-CO'=> "Spanish, Colombia",
|
||||
'sv-SE'=> "Swedish",
|
||||
//'ta'=> "Tamil",
|
||||
'th'=> "Thai",
|
||||
'tr'=> "Turkish",
|
||||
'vi'=> "Vietnamese",
|
||||
|
|
Loading…
Reference in a new issue