diff --git a/config/locales.php b/config/locales.php index 634ac01d..3871d918 100644 --- a/config/locales.php +++ b/config/locales.php @@ -9,6 +9,12 @@ return [ | Available Languages | */ - 'zh_CN' => '简体中文', - 'en' => 'English' + 'zh_CN' => [ + 'name' => '中文 (中国)', + 'short_name' => 'ZH (CN)', + ], + 'en' => [ + 'name' => 'English', + 'short_name' => 'EN', + ], ]; diff --git a/resources/views/vendor/language.tpl b/resources/views/vendor/language.tpl index 2e9a3256..0861e4a7 100644 --- a/resources/views/vendor/language.tpl +++ b/resources/views/vendor/language.tpl @@ -2,12 +2,12 @@