mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Update CHANGELOG https://github.com/yewstack/yew/actions/runs/11314974928/job/31465588862 * Add items. * Write blog. * Archive the documents. * Add author. * Update SSR document. * Fix typo. * Add simplified Chinese translation. * Update package.json * Sync documents * Add traditional Chinese translation. * Sync documents * Add Japanese translation. * Sync documents * Fix typo by `fmt:write`. * Fix typo by `write-translations`. * Apply suggestions from code review * Fix typo. * #3769 in changelog --------- Co-authored-by: Elina <imelina@elina.website>
59 lines
2.0 KiB
JSON
59 lines
2.0 KiB
JSON
{
|
|
"version.label": {
|
|
"message": "0.19.0",
|
|
"description": "The label for version 0.19.0"
|
|
},
|
|
"sidebar.docs.category.Getting Started": {
|
|
"message": "Getting Started",
|
|
"description": "The label for category Getting Started in sidebar docs"
|
|
},
|
|
"sidebar.docs.category.Project Setup": {
|
|
"message": "Project Setup",
|
|
"description": "The label for category Project Setup in sidebar docs"
|
|
},
|
|
"sidebar.docs.category.Concepts": {
|
|
"message": "Concepts",
|
|
"description": "The label for category Concepts in sidebar docs"
|
|
},
|
|
"sidebar.docs.category.wasm-bindgen": {
|
|
"message": "wasm-bindgen",
|
|
"description": "The label for category wasm-bindgen in sidebar docs"
|
|
},
|
|
"sidebar.docs.category.Components": {
|
|
"message": "Components",
|
|
"description": "The label for category Components in sidebar docs"
|
|
},
|
|
"sidebar.docs.category.HTML": {
|
|
"message": "HTML",
|
|
"description": "The label for category HTML in sidebar docs"
|
|
},
|
|
"sidebar.docs.category.Function Components": {
|
|
"message": "Function Components",
|
|
"description": "The label for category Function Components in sidebar docs"
|
|
},
|
|
"sidebar.docs.category.Advanced topics": {
|
|
"message": "Advanced topics",
|
|
"description": "The label for category Advanced topics in sidebar docs"
|
|
},
|
|
"sidebar.docs.category.More": {
|
|
"message": "More",
|
|
"description": "The label for category More in sidebar docs"
|
|
},
|
|
"sidebar.docs.category.Migration guides": {
|
|
"message": "Migration guides",
|
|
"description": "The label for category Migration guides in sidebar docs"
|
|
},
|
|
"sidebar.docs.category.yew": {
|
|
"message": "yew",
|
|
"description": "The label for category yew in sidebar docs"
|
|
},
|
|
"sidebar.docs.category.yew-agent": {
|
|
"message": "yew-agent",
|
|
"description": "The label for category yew-agent in sidebar docs"
|
|
},
|
|
"sidebar.docs.category.yew-router": {
|
|
"message": "yew-router",
|
|
"description": "The label for category yew-router in sidebar docs"
|
|
}
|
|
}
|