Skip to content

Commit

Permalink
feat: new category, o-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
KUN1007 committed Dec 7, 2024
1 parent e63a84b commit c302c36
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/edit/utils/category.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const otherSection = [
'o-essay',
'o-daily',
'o-forum',
'o-patch',
'o-other'
]

Expand Down
2 changes: 2 additions & 0 deletions language/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@
"o-daily": "Daily Stories",
"o-essay": "Personal Essays",
"o-forum": "Forum-related",
"o-patch": "Patch-Website",
"o-other": "Other"
},
"link": {
Expand Down Expand Up @@ -789,6 +790,7 @@
"o-daily": "Daily Life, Record everyday stories from life",
"o-essay": "Personal Essays, Write whatever comes to mind",
"o-forum": "Forum Related, Feedback, New Feature Requests, Anything related to this forum",
"o-patch": "KUN Visual Novel Patch Related, https://www.moyu.moe, feedback and support services",
"o-other": "Other Content"
},
"contact": {
Expand Down
2 changes: 2 additions & 0 deletions language/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
"o-daily": "日常",
"o-essay": "個人エッセイ",
"o-forum": "フォーラム関連",
"o-patch": "パッチサイト",
"o-other": "その他"
},
"link": {
Expand Down Expand Up @@ -787,6 +788,7 @@
"o-daily": "日常, 生活の中の日常のストーリーを記録",
"o-essay": "個人エッセイ, 何か適当に書いて、思いついたことを言う",
"o-forum": "フォーラム関連, 問題のフィードバック, 新機能リクエスト, このフォーラムに関連するすべて",
"o-patch": "鯤 ギャルゲーム パッチ 関連、https://www.moyu.moe、フィードバックとサポートサービス",
"o-other": "その他の内容"
},
"contact": {
Expand Down
2 changes: 2 additions & 0 deletions language/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
"o-daily": "日常",
"o-essay": "个人随笔",
"o-forum": "论坛相关",
"o-patch": "补丁网站",
"o-other": "其它"
},
"link": {
Expand Down Expand Up @@ -787,6 +788,7 @@
"o-daily": "日常, 记录一下生活中的日常故事",
"o-essay": "个人随笔, 随便写点什么, 想到什么说什么吧",
"o-forum": "论坛相关, 问题反馈, 新功能请求, 与这个论坛相关的一切",
"o-patch": "鲲 Galgame 补丁 网站相关, https://www.moyu.moe, 反馈和帮助服务",
"o-other": "其它内容"
},
"contact": {
Expand Down
2 changes: 2 additions & 0 deletions language/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
"o-daily": "日常",
"o-essay": "個人隨筆",
"o-forum": "論壇相關",
"o-patch": "補丁網站",
"o-other": "其它"
},
"link": {
Expand Down Expand Up @@ -785,6 +786,7 @@
"o-daily": "日常, 記錄一下生活中的日常故事",
"o-essay": "個人隨筆, 隨便寫點什麽, 想到什麽說什麽吧",
"o-forum": "論壇相關, 問題反饋, 新功能請求, 與這個論壇相關的一切",
"o-patch": "鯤 Galgame 補丁 相關, https://www.moyu.moe, 反饋和支援服務",
"o-other": "其它內容"
},
"contact": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kun-galgame-nuxt3",
"version": "2.19.24",
"version": "2.19.25",
"packageManager": "[email protected]",
"private": true,
"scripts": {
Expand Down

0 comments on commit c302c36

Please sign in to comment.