ANTIGRAVITY LABJP
TAG

i18n

3 articles
Back to all tags
Related:
Antigravity3localization2Android1pre-commit1Localization1Language Settings1Setup1UI1internationalization1next-intl1React1
Integrations/2026-06-25Advanced

A Translated Line Had Quietly Reverted to English — Guarding String Resources an Agent's Refactor Touched

Let an agent tidy your values folder and translated strings can silently revert to the source text. Here is a design and implementation that treats the default locale as the source of truth, reads every other locale as a diff, and blocks only dropped keys, reverted translations, and broken format arguments at pre-commit.

Antigravity/2026-04-26Beginner

Configuring Antigravity's Display Language — Separating UI, AI Responses, and Code Comments

How to switch Antigravity's display language and tune the agent's response language separately. Walks through the three independent layers of language settings, with the gotchas you only discover after running into them.

App Dev/2026-03-21Intermediate

Antigravity × i18n — Build Multi-Language Apps Efficiently with AI Agents