mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Fix website workflow (#3110)
* Fix fmt. * Update dependencies. * Add translation. * Update dependencies.
This commit is contained in:
parent
16c043ac80
commit
ffc2db0b5a
@ -279,5 +279,21 @@
|
||||
"theme.tags.tagsPageTitle": {
|
||||
"message": "タグ",
|
||||
"description": "The title of the tag list page"
|
||||
},
|
||||
"theme.NavBar.navAriaLabel": {
|
||||
"message": "Main",
|
||||
"description": "The ARIA label for the main navigation"
|
||||
},
|
||||
"theme.docs.sidebar.navAriaLabel": {
|
||||
"message": "Docs sidebar",
|
||||
"description": "The ARIA label for the sidebar navigation"
|
||||
},
|
||||
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
|
||||
"message": "Close navigation bar",
|
||||
"description": "The ARIA label for close button of mobile sidebar"
|
||||
},
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
|
||||
"message": "Toggle navigation bar",
|
||||
"description": "The ARIA label for hamburger menu button of mobile navigation"
|
||||
}
|
||||
}
|
||||
|
||||
@ -279,5 +279,21 @@
|
||||
"theme.tags.tagsPageTitle": {
|
||||
"message": "标签",
|
||||
"description": "The title of the tag list page"
|
||||
},
|
||||
"theme.NavBar.navAriaLabel": {
|
||||
"message": "Main",
|
||||
"description": "The ARIA label for the main navigation"
|
||||
},
|
||||
"theme.docs.sidebar.navAriaLabel": {
|
||||
"message": "Docs sidebar",
|
||||
"description": "The ARIA label for the sidebar navigation"
|
||||
},
|
||||
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
|
||||
"message": "关闭导航栏",
|
||||
"description": "The ARIA label for close button of mobile sidebar"
|
||||
},
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
|
||||
"message": "切换导航栏",
|
||||
"description": "The ARIA label for hamburger menu button of mobile navigation"
|
||||
}
|
||||
}
|
||||
|
||||
@ -279,5 +279,21 @@
|
||||
"theme.tags.tagsPageTitle": {
|
||||
"message": "標籤",
|
||||
"description": "The title of the tag list page"
|
||||
},
|
||||
"theme.NavBar.navAriaLabel": {
|
||||
"message": "Main",
|
||||
"description": "The ARIA label for the main navigation"
|
||||
},
|
||||
"theme.docs.sidebar.navAriaLabel": {
|
||||
"message": "Docs sidebar",
|
||||
"description": "The ARIA label for the sidebar navigation"
|
||||
},
|
||||
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
|
||||
"message": "Close navigation bar",
|
||||
"description": "The ARIA label for close button of mobile sidebar"
|
||||
},
|
||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
|
||||
"message": "Toggle navigation bar",
|
||||
"description": "The ARIA label for hamburger menu button of mobile navigation"
|
||||
}
|
||||
}
|
||||
|
||||
6405
website/package-lock.json
generated
6405
website/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -18,11 +18,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "~2.3.0",
|
||||
"@docusaurus/plugin-client-redirects": "~2.2.0",
|
||||
"@docusaurus/plugin-content-docs": "~2.2.0",
|
||||
"@docusaurus/plugin-content-pages": "~2.2.0",
|
||||
"@docusaurus/plugin-google-analytics": "~2.2.0",
|
||||
"@docusaurus/theme-classic": "^2.1.0",
|
||||
"@docusaurus/plugin-client-redirects": "~2.3.0",
|
||||
"@docusaurus/plugin-content-docs": "~2.3.0",
|
||||
"@docusaurus/plugin-content-pages": "~2.3.0",
|
||||
"@docusaurus/plugin-google-analytics": "~2.3.0",
|
||||
"@docusaurus/theme-classic": "^2.3.0",
|
||||
"@easyops-cn/docusaurus-search-local": "^0.32.0",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"@svgr/webpack": "^6.5.1",
|
||||
@ -47,7 +47,7 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "^2.2.0",
|
||||
"@docusaurus/module-type-aliases": "^2.3.0",
|
||||
"@tsconfig/docusaurus": "^1.0.5",
|
||||
"@types/react": "^17.0.43",
|
||||
"@types/react-helmet": "^6.1.6",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user