Skip to content

Commit

Permalink
fix:language
Browse files Browse the repository at this point in the history
  • Loading branch information
n15421 committed Jun 21, 2024
1 parent ff86276 commit 90dc0d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ bool Entry::enable() {
mI18n->updateOrCreateLanguage("en_US", en_US);
mI18n->updateOrCreateLanguage("zh_CN", zh_CN);
mI18n->loadAllLanguages();
mI18n->chooseLanguage(mConfig->language);//maybe
checkBanTimeTask();
RegisterCommands();
listenEvent();
Expand Down

0 comments on commit 90dc0d4

Please sign in to comment.