forked from Innei/Shiro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: rss format compatibility Signed-off-by: Innei <i@innei.in> * fix: wrapped element `x,y` detection Signed-off-by: Innei <i@innei.in> * fix(deps): update dependency mermaid to v11 (Innei#442) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency vite-tsconfig-paths to v5 (Innei#421) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency rimraf to v6 (Innei#397) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update all non-major dependencies * fix(deps): update all non-major dependencies (Innei#424) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency chroma-js to v3 (Innei#432) * fix: location reload not working (Innei#431) * fix(deps): update dependency chroma-js to v3 --------- Co-authored-by: Suemor <suemor233@outlook.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency postcss-preset-env to v10 (Innei#416) * fix: location reload not working (Innei#431) * chore(deps): update dependency postcss-preset-env to v10 --------- Co-authored-by: Suemor <suemor233@outlook.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency zx to v8.1.5 * fix: link underline style when selected Signed-off-by: Innei <i@innei.in> * [wip]: test i18n * fix: i18n on activity * [wip] * [wip]: keep going * [wip]: i18n --------- Signed-off-by: Innei <i@innei.in> Co-authored-by: Innei <i@innei.in> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Suemor <suemor233@outlook.com>
- Loading branch information
1 parent
19a28c8
commit f6d8c36
Showing
32 changed files
with
1,196 additions
and
1,299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"Home": { | ||
"post": "文章", | ||
"note": "筆記", | ||
"like": "按讚", | ||
"subscribe": "訂閱", | ||
"thank_you": "謝謝你", | ||
"activity_post": "最近更新的文章", | ||
"activity_note": "最近更新的筆記", | ||
"activity_recent": "最近發生的事", | ||
"more": "更多" | ||
}, | ||
"Subscribe": { | ||
"post": "文章", | ||
"note": "筆記", | ||
"subscribe": "訂閱", | ||
"disabled": "訂閱功能未啟用", | ||
"welcome": "歡迎訂閱「{title} 」,我會定期推送最新的內容到你提供的信箱上。", | ||
"mail_subscribe": "Email 訂閱", | ||
"mail_placeholder": "Email", | ||
"success": "訂閱成功!", | ||
"use_feed_pre": "或者您也可以透過", | ||
"use_feed_post": "訂閱「{title}」的 RSS。" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.