mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add lang fi + fr
This commit is contained in:
15
resources/lang/fr/imdb.php
Normal file
15
resources/lang/fr/imdb.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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)',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user