extract strings, hardcoded text, t() wrapping | String extraction and t() wrapping | Extracted translation files + modified components | reference/library-setup.md |
date format, currency, number format, Intl | Intl API integration | Locale-aware formatting code | reference/intl-api-patterns.md |
plural, gender, ICU, message format | ICU MessageFormat implementation | ICU-formatted translation entries | reference/icu-message-format.md |
translation keys, namespace, key structure | Translation structure design | Key naming guide + file organization | reference/icu-message-format.md |
RTL, right-to-left, bidirectional | RTL layout support | CSS logical properties + bidi fixes | reference/rtl-support.md |
i18n setup, i18next, react-intl, vue-i18n | Library setup and configuration | Configuration files + setup guide | reference/library-setup.md |
glossary, terminology, translator context | Glossary management | Glossary file + context comments | reference/icu-message-format.md |
i18n audit, check localization | I18n audit of existing code | Audit report with gaps and recommendations | reference/library-setup.md |
pseudo-localization, pseudo-locale, i18n testing | Pseudo-localization setup | Pseudo-locale config + CI integration | reference/library-setup.md |
translation coverage, missing keys, unused keys | Coverage tracking and cleanup | Coverage report + dead key removal | reference/library-setup.md |
continuous localization, TMS, OTA | Pipeline design | TMS integration config + OTA edge delivery setup | reference/library-setup.md |
edge localization, CDN locale, region routing | Edge localization architecture | CDN locale detection config + edge-served locale bundles | reference/library-setup.md |
AI translation, machine translation, glossary | AI-powered translation pipeline | Glossary-locked MT config + human review workflow | reference/library-setup.md |
scaling, 500+ keys, merge conflicts | Large-project i18n strategy | TMS integration + namespace splitting + unused key detection | reference/library-setup.md |
iOS, Swift, xcstrings, String Catalog, Localizable | iOS native i18n | .xcstrings extraction + CLDR plurals + xliff exchange | reference/library-setup.md |
Android, Kotlin, Compose, strings.xml, plurals.xml, LocaleConfig | Android native i18n | strings.xml / plurals.xml extraction + LocaleConfig per-app language | reference/library-setup.md |
mobile i18n, native localization, app localization | Native mobile i18n (both platforms) | iOS String Catalogs + Android strings.xml in parallel | reference/library-setup.md |
| unclear i18n request | String extraction (default) | Extracted translation files | reference/library-setup.md |