docs: add i18n translations for de/es/fr/it/ja/ko/pt_BR/zh_TW#5082
docs: add i18n translations for de/es/fr/it/ja/ko/pt_BR/zh_TW#5082kejhz653-stack wants to merge 7 commits into
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
Code Review
This pull request adds multi-language localization support to the project, introducing translated README files and documentation scaffolding for German, Spanish, French, Italian, Korean, Portuguese, and Traditional Chinese, alongside updates to the documentation build system. The reviewer feedback identifies that several reference-style links in the new README files are missing their definitions and should be converted to inline links. Additionally, the zh_TW locale should be included in the translate-po target within doc/Makefile to ensure its translations are correctly updated.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| - Eingebaute [DeepSeek V4]: [#4938](https://github.com/xorbitsai/inference/pull/4938) | ||
| - Eingebaute [MiniMax-M2.7]: [#4843](https://github.com/xorbitsai/inference/pull/4843) |
There was a problem hiding this comment.
The reference-style links [DeepSeek V4] and [MiniMax-M2.7] are missing their link definitions at the bottom of the file, causing them to render as plain text instead of clickable links. Please convert them to inline links as suggested. Note that this issue also systematically affects all other newly added translated README files (README_es.md, README_fr.md, README_it.md, README_ko.md, README_pt_BR.md, README_zh_TW.md).
| - Eingebaute [DeepSeek V4]: [#4938](https://github.com/xorbitsai/inference/pull/4938) | |
| - Eingebaute [MiniMax-M2.7]: [#4843](https://github.com/xorbitsai/inference/pull/4843) | |
| - Eingebaute [DeepSeek V4](https://api-docs.deepseek.com/news/news260424): [#4938](https://github.com/xorbitsai/inference/pull/4938) | |
| - Eingebaute [MiniMax-M2.7](https://www.minimax.io/models/text/m27): [#4843](https://github.com/xorbitsai/inference/pull/4843) |
|
|
||
| 🌐 **Verteiltes Deployment**: Einfache Verteilung von Inferenz über mehrere Geräte und Maschinen. | ||
|
|
||
| 🔌 **Third-Party-Integrationen**: Nahtlose Integration mit [LangChain](https://python.langchain.com/docs/integrations/providers/xinference), [LlamaIndex], [Dify], [Chatbox] u. a. |
There was a problem hiding this comment.
The reference-style links [LlamaIndex], [Dify], and [Chatbox] are missing their link definitions at the bottom of the file. Please convert them to inline links as suggested. This issue also systematically affects all other newly added translated README files.
| 🔌 **Third-Party-Integrationen**: Nahtlose Integration mit [LangChain](https://python.langchain.com/docs/integrations/providers/xinference), [LlamaIndex], [Dify], [Chatbox] u. a. | |
| 🔌 **Third-Party-Integrationen**: Nahtlose Integration mit [LangChain](https://python.langchain.com/docs/integrations/providers/xinference), [LlamaIndex](https://gpt-index.readthedocs.io/en/stable/examples/llm/XinferenceLocalDeployment.html#i-run-pip-install-xinference-all-in-a-terminal-window), [Dify](https://docs.dify.ai/advanced/model-configuration/xinference), [Chatbox](https://chatboxai.app/) u. a. |
| python $(SOURCEDIR)/sync_readme_to_po.py | ||
|
|
||
| translate-po: | ||
| python $(SOURCEDIR)/translate_po.py --locales ja ko de fr es it pt_BR |
There was a problem hiding this comment.
The zh_TW locale is missing from the --locales list in the translate-po target. Since Traditional Chinese is one of the newly added locales, please include zh_TW in this list to ensure it gets translated/updated when running make translate-po.
python $(SOURCEDIR)/translate_po.py --locales ja ko de fr es it pt_BR zh_TW
Convert missing reference-style links in translated READMEs to inline links so they render correctly, and include zh_TW in the translate-po locales to keep Traditional Chinese translations updated. Co-authored-by: Cursor <cursoragent@cursor.com>
Summary
Preview
Test plan