docs: add multi-language README support#191
Open
weby-homelab wants to merge 1 commit into
Open
Conversation
f8cf000 to
e0cdb50
Compare
- Add README translations in Chinese, Spanish, French, Portuguese, Ukrainian, and German - Add a unified language switcher to all README variants to easily navigate between locales - Preserved identical code blocks, links, and layout structure across all variants
e0cdb50 to
986de20
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add README translations in Chinese, Spanish, French, Portuguese, Ukrainian, and German.
Add a unified language switcher to all README variants. Each 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
Why this PR is opened
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, UA, 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.