mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
16 lines
422 B
PHP
16 lines
422 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'languages' => [
|
||
|
|
'en-US' => '英语(美国)',
|
||
|
|
'fr-CA' => '法语(加拿大)',
|
||
|
|
'fr-FR' => '法语(法国)',
|
||
|
|
'de-DE' => '德语(德国)',
|
||
|
|
'hi-IN' => '北印度语(印度)',
|
||
|
|
'it-IT' => '意大利语(意大利)',
|
||
|
|
'pt-BR' => '葡萄牙语(巴西)',
|
||
|
|
'es-ES' => '西班牙语(墨西哥)',
|
||
|
|
'es-MX' => '西班牙语(西班牙)',
|
||
|
|
],
|
||
|
|
];
|