mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 12:17:05 -08:00
Added German (Informal) to select list
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
9db0b038a5
commit
c39bf7b7e6
|
@ -27,6 +27,7 @@ Form::macro('locales', function ($name = 'locale', $selected = null, $class = nu
|
||||||
'fi'=> 'Finnish',
|
'fi'=> 'Finnish',
|
||||||
'fr'=> 'French',
|
'fr'=> 'French',
|
||||||
'de'=> 'German',
|
'de'=> 'German',
|
||||||
|
'de-i'=> 'German (Informal)',
|
||||||
'el'=> 'Greek',
|
'el'=> 'Greek',
|
||||||
'he'=> 'Hebrew',
|
'he'=> 'Hebrew',
|
||||||
'hu'=> 'Hungarian',
|
'hu'=> 'Hungarian',
|
||||||
|
|
Loading…
Reference in a new issue