mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-30 00:47:22 +08:00
add imdb language
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'languages' => [
|
||||
'en-US' => '英语(美国)',
|
||||
'fr-CA' => '法语(加拿大)',
|
||||
'fr-FR' => '法语(法国)',
|
||||
'de-DE' => '德语(德国)',
|
||||
'hi-IN' => '北印度语(印度)',
|
||||
'it-IT' => '意大利语(意大利)',
|
||||
'pt-BR' => '葡萄牙语(巴西)',
|
||||
'es-ES' => '西班牙语(墨西哥)',
|
||||
'es-MX' => '西班牙语(西班牙)',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user