mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
16 lines
375 B
PHP
16 lines
375 B
PHP
<?php
|
|
|
|
return [
|
|
'languages' => [
|
|
'en-US' => 'English (United States)',
|
|
'fr-CA' => 'French (Canada)',
|
|
'fr-FR' => 'French (France)',
|
|
'de-DE' => 'German',
|
|
'hi-IN' => 'Hindi',
|
|
'it-IT' => 'Italian',
|
|
'pt-BR' => 'Portuguese (Brazil)',
|
|
'es-ES' => 'Spanish (Spain)',
|
|
'es-MX' => 'Spanish (Mexico)',
|
|
],
|
|
];
|