Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix i18n languange code error #14167

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 15 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ plugins:
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
languages:
- locale: zh
name: 简体中文
default: true
Expand Down Expand Up @@ -191,22 +191,30 @@ plugins:
社区: Community
社区贡献: Community Contribution
附录: Appendix
- locale: jp
- locale: ja
name: 日本語
site_name: PaddleOCR ドキュメント
link: /jp/
link: /ja/
nav_translations:
Home: トップページ
- locale: ru
name: 俄语
site_name: Документация PaddleOCR
link: /ru/
- locale: hindi
nav_translations:
Home: Главная страница
- locale: hi
name: 印地语
site_name: पैडलओसीआर दस्तावेज़ीकरण
link: /hindi/
- locale: korean
link: /hi/
nav_translations:
Home: घर पृष्ठ
- locale: ko
name: 韩语
site_name: PaddleOCR 문서
link: /korean/
link: /ko/
nav_translations:
Home: 첫 페이지
- locale: "null"
name: Help translating
build: false
Expand Down