mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-26 05:01:06 -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'=> "English, US",
|
||||||
'en-GB'=> "English, UK",
|
'en-GB'=> "English, UK",
|
||||||
|
//'af'=> "Afrikaans",
|
||||||
'ar'=> "Arabic",
|
'ar'=> "Arabic",
|
||||||
'bg'=> "Bulgarian",
|
'bg'=> "Bulgarian",
|
||||||
'zh-CN'=> "Chinese Simplified",
|
'zh-CN'=> "Chinese Simplified",
|
||||||
'zh-TW'=> "Chinese Traditional",
|
'zh-TW'=> "Chinese Traditional",
|
||||||
'hr'=> "Croatian",
|
// 'hr'=> "Croatian",
|
||||||
'cs'=> "Czech",
|
'cs'=> "Czech",
|
||||||
'da'=> "Danish",
|
'da'=> "Danish",
|
||||||
'nl'=> "Dutch",
|
'nl'=> "Dutch",
|
||||||
'en-ID'=> "English, Indonesia",
|
'en-ID'=> "English, Indonesia",
|
||||||
|
'et'=> "Estonian",
|
||||||
'fi'=> "Finnish",
|
'fi'=> "Finnish",
|
||||||
'fr'=> "French",
|
'fr'=> "French",
|
||||||
'de'=> "German",
|
'de'=> "German",
|
||||||
|
@ -34,9 +36,12 @@ Form::macro('locales', function ($name = "locale", $selected = null, $class = nu
|
||||||
'it'=> "Italian",
|
'it'=> "Italian",
|
||||||
'ja'=> "Japanese",
|
'ja'=> "Japanese",
|
||||||
'ko'=> "Korean",
|
'ko'=> "Korean",
|
||||||
|
// 'lv'=>'Latvian',
|
||||||
'lt'=> "Lithuanian",
|
'lt'=> "Lithuanian",
|
||||||
'ms'=> "Malay",
|
'ms'=> "Malay",
|
||||||
|
'mn'=> "Mongolian",
|
||||||
'no'=> "Norwegian",
|
'no'=> "Norwegian",
|
||||||
|
'fa'=> "Persian",
|
||||||
'pl'=> "Polish",
|
'pl'=> "Polish",
|
||||||
'pt-PT'=> "Portuguese",
|
'pt-PT'=> "Portuguese",
|
||||||
'pt-BR'=> "Portuguese, Brazilian",
|
'pt-BR'=> "Portuguese, Brazilian",
|
||||||
|
@ -45,6 +50,7 @@ Form::macro('locales', function ($name = "locale", $selected = null, $class = nu
|
||||||
'es-ES'=> "Spanish",
|
'es-ES'=> "Spanish",
|
||||||
'es-CO'=> "Spanish, Colombia",
|
'es-CO'=> "Spanish, Colombia",
|
||||||
'sv-SE'=> "Swedish",
|
'sv-SE'=> "Swedish",
|
||||||
|
//'ta'=> "Tamil",
|
||||||
'th'=> "Thai",
|
'th'=> "Thai",
|
||||||
'tr'=> "Turkish",
|
'tr'=> "Turkish",
|
||||||
'vi'=> "Vietnamese",
|
'vi'=> "Vietnamese",
|
||||||
|
|
Loading…
Reference in a new issue