mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
16 lines
385 B
PHP
16 lines
385 B
PHP
<?php
|
|
|
|
return [
|
|
'languages' => [
|
|
'en-US' => 'Français (États-Unis)',
|
|
'fr-CA' => 'French (Canada)',
|
|
'fr-FR' => 'Français (France)',
|
|
'de-DE' => 'Allemand',
|
|
'hi-IN' => 'Hindi',
|
|
'it-IT' => 'Italien',
|
|
'pt-BR' => 'Portugais (Brésil)',
|
|
'es-ES' => 'Espagnol (Espagne)',
|
|
'es-MX' => 'Espagnol (Mexique)',
|
|
],
|
|
];
|