Skip to content

Commit

Permalink
[F] Fix lang config
Browse files Browse the repository at this point in the history
  • Loading branch information
LS-KR committed Mar 13, 2024
1 parent dafbe5a commit f173076
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/logic/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export const i18n = {
"nav_comment_placeholder": "Add a message... (Markdown supported)",
"nav_comment_status": "chars (draft saved)",
"nav_comment_in_reply_to": "In reply to",
"random": "Click here to visit a random page",
},
"zh_hans": {
"nav_home": "首页",
Expand Down Expand Up @@ -125,6 +126,7 @@ export const i18n = {
"nav_comment_placeholder": "添加留言... (支持 Markdown)",
"nav_comment_status": "字(已存草稿)",
"nav_comment_in_reply_to": "回复",
"random": "随机看望一位朋友",
},
"zh_hant": {
"nav_home": "首頁",
Expand Down Expand Up @@ -154,6 +156,7 @@ export const i18n = {
"nav_comment_placeholder": "添加留言... (支援 Markdown)",
"nav_comment_status": "字(草案已儲存)",
"nav_comment_in_reply_to": "回覆",
"random": "點一下這裏查看一個隨機頁面",
}
}

Expand Down

0 comments on commit f173076

Please sign in to comment.