Add README translations (9 languages)#1288
Add README translations (9 languages)#1288lawrencecchen wants to merge 3 commits intostack-auth:mainfrom
Conversation
Add translated README files with language selector at the top of each: 繁體中文, 简体中文, 日本語, 한국어, Deutsch, Español, Français, Italiano, Português (Brasil). Translations were generated by Claude. Each translated file includes a disclaimer noting this and welcoming PRs to improve them.
|
@lawrencecchen is attempting to deploy a commit to the Stack Auth Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis PR adds nine translated README files (Traditional Chinese, Simplified Chinese, Japanese, Korean, German, Spanish, French, Italian, and Brazilian Portuguese) and updates the main
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[README.md\nEnglish] --> B{Language Selector}
B --> C[README.zh-TW.md\n繁體中文]
B --> D[README.zh-CN.md\n简体中文]
B --> E[README.ja.md\n日本語]
B --> F[README.ko.md\n한국어]
B --> G[README.de.md\nDeutsch]
B --> H[README.es.md\nEspañol]
B --> I[README.fr.md\nFrançais]
B --> J[README.it.md\nItaliano]
B --> K[README.pt-BR.md\nPortuguês Brasil]
C <-->|cross-links| D
C <-->|cross-links| E
D <-->|cross-links| F
Reviews (1): Last reviewed commit: "Add README translations for 9 languages" | Re-trigger Greptile |
| <a href="README.md">English</a> | <a href="README.zh-TW.md">繁體中文</a> | <a href="README.zh-CN.md">简体中文</a> | <a href="README.ja.md">日本語</a> | <a href="README.ko.md">한국어</a> | Deutsch | <a href="README.es.md">Español</a> | <a href="README.fr.md">Français</a> | <a href="README.it.md">Italiano</a> | <a href="README.pt-BR.md">Português (Brasil)</a> | ||
| </p> | ||
|
|
||
| # Stack Auth: Die Open-Source-Authentifizierungsplattform |
There was a problem hiding this comment.
Inconsistent heading tag across translated files
The navigation header in README.de.md, README.es.md, README.fr.md, README.it.md, README.ja.md, README.ko.md, and README.pt-BR.md uses a mismatched <h3> opening with </h4> closing, copied from the original README.md:
<h3 align="center">
...
</h4>Interestingly, README.zh-CN.md and README.zh-TW.md use the correct matching </h3> closing tag. While the mismatch is pre-existing in the original README.md and doesn't affect rendering in most Markdown renderers, the seven files above are inconsistent with their two sibling translation files. It would be worth either:
- Aligning all translated files to use the correct
</h3>, or - Filing a follow-up to fix the original
README.mdas well
This inconsistency also appears at the same location in: README.es.md:16, README.fr.md:16, README.it.md:16, README.ja.md:16, README.ko.md:16, README.pt-BR.md:16.
New languages: العربية, Bosanski, Dansk, Norsk, Polski, Русский, ไทย, Tiếng Việt, Türkçe, ភាសាខ្មែរ. Updated language selector in all existing files to include all 19 translations.
Summary
Adds translated README files with a language selector at the top of each, matching the pattern used by projects like cmux.
Languages (in selector order): English, 繁體中文, 简体中文, 日本語, 한국어, العربية, Bosanski, Dansk, Deutsch, Español, Français, Italiano, Norsk, Polski, Português (Brasil), Русский, ไทย, Tiếng Việt, Türkçe, ភាសាខ្មែរ.
Each translated file includes a disclaimer that the translation was generated by Claude, and that PRs to improve them are welcome.
Files added (19 translations)
README.zh-TW.md(Traditional Chinese)README.zh-CN.md(Simplified Chinese)README.ja.md(Japanese)README.ko.md(Korean)README.ar.md(Arabic)README.bs.md(Bosnian)README.da.md(Danish)README.de.md(German)README.es.md(Spanish)README.fr.md(French)README.it.md(Italian)README.no.md(Norwegian)README.pl.md(Polish)README.pt-BR.md(Brazilian Portuguese)README.ru.md(Russian)README.th.md(Thai)README.vi.md(Vietnamese)README.tr.md(Turkish)README.km.md(Khmer)Changes to existing files
README.md: Added language selector line between the header links and the title