mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
16 lines
386 B
PHP
16 lines
386 B
PHP
<?php
|
|
|
|
return [
|
|
'languages' => [
|
|
'en-US' => 'Română (România)',
|
|
'fr-CA' => 'French (Canada)',
|
|
'fr-FR' => 'Franceză (Franța)',
|
|
'de-DE' => 'Germană',
|
|
'hi-IN' => 'Hindi',
|
|
'it-IT' => 'Italiană',
|
|
'pt-BR' => 'Portugheză (Brazilia)',
|
|
'es-ES' => 'Spaniolă (Spania)',
|
|
'es-MX' => 'Spaniolă (Mexic)',
|
|
],
|
|
];
|