mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'languages' => [
|
||||
'en-US' => 'Inglese (Stati Uniti)',
|
||||
'fr-CA' => 'French (Canada)',
|
||||
'fr-FR' => 'Francese (Francia)',
|
||||
'de-DE' => 'Tedesco',
|
||||
'hi-IN' => 'Hindi',
|
||||
'it-IT' => 'Italiano',
|
||||
'pt-BR' => 'Portoghese (Brasile)',
|
||||
'es-ES' => 'Spagnolo (Spagna)',
|
||||
'es-MX' => 'Spagnolo (Messico)',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user