mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
* feat(i18n): initial i18n setup
- Configured i18n settings in docusaurus.config.js
- Implemented Translate component and translate function in key components
* docs(i18n): complete documentation internationalization
- Added support for Simplified Chinese and French
* Update docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/troubleshooting/troubleshooting.md
* Update docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/troubleshooting/troubleshooting.md
* Update docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/troubleshooting/troubleshooting.md
* fix(build): resolve broken links causing build failure
- Fix issue causing build errors due to broken links in Docusaurus documentation.
- Resolve uncontrolled resource consumption in braces (see: https://github.com/advisories/GHSA-grv7-fg5c-xmjg).
- Bump Docusaurus to ^3.4.0 to fix MDX loader: linkify should process the md AST instead of the md string.
* fix: sync with commit 868b746
- Change to `docusaurus write-translations` to provide translation for JSON files.
---------
Co-authored-by: Yufan Song <33971064+yufansong@users.noreply.github.com>
Co-authored-by: Graham Neubig <neubig@gmail.com>
19 lines
605 B
JSON
19 lines
605 B
JSON
{
|
|
"version.label": {
|
|
"message": "Next",
|
|
"description": "The label for version current"
|
|
},
|
|
"sidebar.docsSidebar.category.🤖 LLM 支持": {
|
|
"message": "🤖 LLM 支持",
|
|
"description": "The label for category 🤖 LLM 支持 in sidebar docsSidebar"
|
|
},
|
|
"sidebar.docsSidebar.category.🚧 故障排除": {
|
|
"message": "🚧 故障排除",
|
|
"description": "The label for category 🚧 故障排除 in sidebar docsSidebar"
|
|
},
|
|
"sidebar.apiSidebar.category.Backend": {
|
|
"message": "Backend",
|
|
"description": "The label for category Backend in sidebar apiSidebar"
|
|
}
|
|
}
|