mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +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