Skip to content

Commit

Permalink
【优化】繁体翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
PJ-568 committed Oct 24, 2024
1 parent 0dd9f6e commit bfded59
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@
Home page=主页
About=关于
`);
translate.nomenclature.append('english', 'chinese_traditional', `
WeDot Engine=衆點引擎
WeDot Forum=衆點論壇
WeDot=衆點
Home=主頁
Home page=主頁
About=關於
`);
translate.execute();
} catch (e) {
console.error('翻译系统出错:' + e);
Expand Down Expand Up @@ -218,5 +226,6 @@
if (document.getElementById("giscus-container") != null) {
SetupGiscus(getCurrentLanguage()); //// 初始化评论系统
}
translate.execute();
});
})();

0 comments on commit bfded59

Please sign in to comment.