Skip to content

Commit 168b4f3

Browse files
committed
Changes committed:
modified: i18n/en/code.json modified: i18n/en/docusaurus-theme-classic/footer.json modified: package.json modified: src/components/APITable/index.tsx modified: src/components/Emoji.tsx modified: src/components/Highlight.tsx modified: src/components/HomeBanner/index.tsx modified: src/components/HomeFeatures/index.tsx modified: src/components/ImgShow/index.tsx modified: src/components/Player/index.tsx modified: src/components/Spinner.tsx modified: src/components/Svg/index.tsx modified: src/data/features.tsx modified: src/pages/index.tsx
1 parent b2084fd commit 168b4f3

File tree

15 files changed

+913
-608
lines changed

15 files changed

+913
-608
lines changed

i18n/en/code.json

Lines changed: 51 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
"message": "Supports Oh-My-Zsh and Prezto - not framework-specific. Produce your plugins, libraries, and themes effortlessly.",
2424
"description": "Description of third featured banner in homepage"
2525
},
26-
"homepage.video.heading.1": {
27-
"message": "Fast and feature-rich",
28-
"description": "The homepage video container heading 1"
29-
},
3026
"homepage.hero.title": {
3127
"message": "A <b>Swiss Army</b> Knife for <b>Zsh</b> Unix <b>Shell</b>",
3228
"description": "Home page hero title, can contain simple html tags"
@@ -39,6 +35,10 @@
3935
"message": "Community",
4036
"description": "The homepage community button"
4137
},
38+
"homepage.video.heading.1": {
39+
"message": "Fast and feature-rich",
40+
"description": "The homepage video container heading 1"
41+
},
4242
"theme.ErrorPageContent.title": {
4343
"message": "This page crashed.",
4444
"description": "The title of the fallback page when the page crashed"
@@ -60,35 +60,27 @@
6060
"description": "The ARIA label for the blog pagination"
6161
},
6262
"theme.blog.paginator.newerEntries": {
63-
"message": "Newer Entries",
63+
"message": "Newer entries",
6464
"description": "The label used to navigate to the newer blog posts page (previous page)"
6565
},
6666
"theme.blog.paginator.olderEntries": {
67-
"message": "Older Entries",
67+
"message": "Older entries",
6868
"description": "The label used to navigate to the older blog posts page (next page)"
6969
},
7070
"theme.blog.post.paginator.navAriaLabel": {
7171
"message": "Blog post page navigation",
7272
"description": "The ARIA label for the blog posts pagination"
7373
},
7474
"theme.blog.post.paginator.newerPost": {
75-
"message": "Newer Post",
75+
"message": "Newer post",
7676
"description": "The blog post button label to navigate to the newer/previous post"
7777
},
7878
"theme.blog.post.paginator.olderPost": {
79-
"message": "Older Post",
79+
"message": "Older post",
8080
"description": "The blog post button label to navigate to the older/next post"
8181
},
82-
"theme.blog.post.plurals": {
83-
"message": "One post|{count} posts",
84-
"description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
85-
},
86-
"theme.blog.tagTitle": {
87-
"message": "{nPosts} tagged with \"{tagName}\"",
88-
"description": "The title of the page for a blog tag"
89-
},
9082
"theme.tags.tagsPageLink": {
91-
"message": "View All Tags",
83+
"message": "View all tags",
9284
"description": "The label of the link targeting the tag list page"
9385
},
9486
"theme.colorToggle.ariaLabel": {
@@ -182,6 +174,10 @@
182174
"message": "Tags:",
183175
"description": "The label alongside a tag list"
184176
},
177+
"theme.AnnouncementBar.closeButtonAriaLabel": {
178+
"message": "Close",
179+
"description": "The ARIA label for close button of announcement bar"
180+
},
185181
"theme.admonition.caution": {
186182
"message": "caution",
187183
"description": "The default label used for the Caution admonition (:::caution)"
@@ -206,10 +202,6 @@
206202
"message": "warning",
207203
"description": "The default label used for the Warning admonition (:::warning)"
208204
},
209-
"theme.AnnouncementBar.closeButtonAriaLabel": {
210-
"message": "Close",
211-
"description": "The ARIA label for close button of announcement bar"
212-
},
213205
"theme.blog.sidebar.navAriaLabel": {
214206
"message": "Blog recent posts navigation",
215207
"description": "The ARIA label for recent posts in the blog sidebar"
@@ -259,7 +251,7 @@
259251
"description": "The label used by the button on the collapsible TOC component"
260252
},
261253
"theme.blog.post.readMore": {
262-
"message": "Read More",
254+
"message": "Read more",
263255
"description": "The label used in blog post item excerpts to link to full blog posts"
264256
},
265257
"theme.blog.post.readMoreLabel": {
@@ -457,17 +449,45 @@
457449
"message": "Error. Click to reload",
458450
"description": "When the image fails to load for unknown error"
459451
},
460-
"theme.PwaReloadPopup.info": {
461-
"message": "New version available",
462-
"description": "The text for PWA reload popup"
452+
"theme.blog.post.plurals": {
453+
"message": "One post|{count} posts",
454+
"description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
455+
},
456+
"theme.blog.tagTitle": {
457+
"message": "{nPosts} tagged with \"{tagName}\"",
458+
"description": "The title of the page for a blog tag"
463459
},
464-
"theme.PwaReloadPopup.refreshButtonText": {
465-
"message": "Refresh",
466-
"description": "The text for PWA reload button"
460+
"theme.blog.author.pageTitle": {
461+
"message": "{authorName} - {nPosts}",
462+
"description": "The title of the page for a blog author"
467463
},
468-
"theme.PwaReloadPopup.closeButtonAriaLabel": {
469-
"message": "Close",
470-
"description": "The ARIA label for close button of PWA reload popup"
464+
"theme.blog.authorsList.pageTitle": {
465+
"message": "Authors",
466+
"description": "The title of the authors page"
467+
},
468+
"theme.blog.authorsList.viewAll": {
469+
"message": "View all authors",
470+
"description": "The label of the link targeting the blog authors page"
471+
},
472+
"theme.blog.author.noPosts": {
473+
"message": "This author has not written any posts yet.",
474+
"description": "The text for authors with 0 blog post"
475+
},
476+
"theme.contentVisibility.unlistedBanner.title": {
477+
"message": "Unlisted page",
478+
"description": "The unlisted content banner title"
479+
},
480+
"theme.contentVisibility.unlistedBanner.message": {
481+
"message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
482+
"description": "The unlisted content banner message"
483+
},
484+
"theme.contentVisibility.draftBanner.title": {
485+
"message": "Draft page",
486+
"description": "The draft content banner title"
487+
},
488+
"theme.contentVisibility.draftBanner.message": {
489+
"message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
490+
"description": "The draft content banner message"
471491
},
472492
"theme.ErrorPageContent.tryAgain": {
473493
"message": "Try again",
@@ -480,13 +500,5 @@
480500
"theme.tags.tagsPageTitle": {
481501
"message": "Tags",
482502
"description": "The title of the tag list page"
483-
},
484-
"theme.unlistedContent.title": {
485-
"message": "Unlisted page",
486-
"description": "The unlisted content banner title"
487-
},
488-
"theme.unlistedContent.message": {
489-
"message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
490-
"description": "The unlisted content banner message"
491503
}
492504
}

i18n/en/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"description": "The label of footer link with label=Code of Conduct linking to legal/CODE_OF_CONDUCT"
6161
},
6262
"copyright": {
63-
"message": "Copyright © 2024 Z-Shell Community",
63+
"message": "Copyright © 2025 Z-Shell Community",
6464
"description": "The footer copyright"
6565
}
6666
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,24 +55,24 @@
5555
"@docusaurus/module-type-aliases": "3.7.0",
5656
"@docusaurus/tsconfig": "3.7.0",
5757
"@docusaurus/types": "3.7.0",
58-
"@types/node": "22.13.11",
58+
"@types/node": "22.13.13",
5959
"@typescript-eslint/eslint-plugin": "8.27.0",
6060
"@typescript-eslint/parser": "8.27.0",
61-
"eslint": "9.5.0",
61+
"eslint": "9.23.0",
6262
"eslint-config-prettier": "10.1.1",
6363
"eslint-import-resolver-typescript": "4.2.2",
64-
"eslint-plugin-import": "2.29.1",
65-
"eslint-plugin-react": "7.34.3",
64+
"eslint-plugin-import": "2.31.0",
65+
"eslint-plugin-react": "7.37.4",
6666
"eslint-plugin-react-hooks": "5.2.0",
6767
"stylelint": "16.16.0",
6868
"stylelint-color-format": "1.1.0",
6969
"stylelint-config-css-modules": "4.4.0",
7070
"stylelint-config-standard": "37.0.0",
71-
"typescript": "5.5.4"
71+
"typescript": "5.8.2"
7272
},
7373
"packageManager": "[email protected]+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af",
7474
"engines": {
75-
"node": ">=22",
75+
"node": ">=20",
7676
"pnpm": ">=10"
7777
},
7878
"pnpm": {

0 commit comments

Comments
 (0)