docs: add multi-language README support#104
Conversation
Add Chinese, Spanish, French, Portuguese, Russian, and German README translations with a unified language switcher to improve onboarding for global CLI users.
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Quick note on why I opened this. Antigravity CLI is a terminal tool — a lot of developers will land on this repo from search, docs links, or SSH sessions where English isn't their first language. The README covers install, auth, and the data-use disclaimer; if those sections aren't readable in someone's language, they're more likely to bounce before even running the install script. This PR adds six locale variants (ZH, ES, FR, PT, RU, DE) with a switcher at the top. Install commands, URLs, and code blocks stay identical so nothing breaks copy-paste. Happy to refine any translations if something reads off. |
fce801f to
289d875
Compare
Summary
Changes
README-ZH.mdREADME-ES.mdREADME-FR.mdREADME-PT.mdREADME-RU.mdREADME-DE.mdREADME.mdEach translation preserves the full structure of the English README, including installation commands, authentication notes, and legal/privacy sections. Install scripts and URLs are kept unchanged.
Test plan