mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'languages' => [
|
||||
'en-US' => 'Nederlands (nl-NL)',
|
||||
'fr-CA' => 'French (Canada)',
|
||||
'fr-FR' => 'Frans (Frankrijk)',
|
||||
'de-DE' => 'Duits',
|
||||
'hi-IN' => 'Hindoestani',
|
||||
'it-IT' => 'Italiaans',
|
||||
'pt-BR' => 'Portugees (Brazilië)',
|
||||
'es-ES' => 'Spaans (Spanje)',
|
||||
'es-MX' => 'Spaans (Mexico)',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user