Skip to content

Commit

Permalink
增加繁体中文
Browse files Browse the repository at this point in the history
  • Loading branch information
assimon committed Apr 5, 2022
1 parent ca6ec3e commit 48a56bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/dujiaoka.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
],
// 语言
'language' => [
'zh_CN' => '简体中文'
'zh_CN' => '简体中文',
'zh_TW' => '繁体中文',
],
];

0 comments on commit 48a56bc

Please sign in to comment.