@@ -23,10 +23,10 @@ Apply these standards to ALL internationalization work:
2323
2424## Key Definitions
2525
26- | Term | Definition |
27- | ----------------------------- | ------------------------------------------------------------------------------------------- |
28- | ** Locale** | Set of properties defining user region, language, and preferences (currency, time, numbers) |
29- | ** Localization (l10n)** | Process of adapting software for a specific language by translating text and adding regional layouts |
26+ | Term | Definition |
27+ | ------------------------------- | ---------- ------------------------------------------------------------------------------------------- |
28+ | ** Locale** | Set of properties defining user region, language, and preferences (currency, time, numbers) |
29+ | ** Localization (l10n)** | Process of adapting software for a specific language by translating text and adding regional layouts |
3030| ** Internationalization (i18n)** | Process of designing software so it can be adapted to different languages without engineering changes |
3131
3232## Setup Pipeline and ARB File Format
@@ -138,17 +138,17 @@ See [references/backend.md](references/backend.md) for multi-language content st
138138
139139## Quick Reference
140140
141- | Package | Purpose |
142- | -------------------------- | -------------------------------------- |
143- | ` flutter_localizations ` | Flutter's built-in localization support |
144- | ` intl ` | Internationalization utilities |
141+ | Package | Purpose |
142+ | ----------------------- | - -------------------------------------- |
143+ | ` flutter_localizations ` | Flutter's built-in localization support |
144+ | ` intl ` | Internationalization utilities |
145145
146- | Command | Purpose |
147- | -------------------- | ------------------------------------------- |
148- | ` flutter gen-l10n ` | Generate localization classes from ARB files |
146+ | Command | Purpose |
147+ | ------------------ | - ------------------------------------------- |
148+ | ` flutter gen-l10n ` | Generate localization classes from ARB files |
149149
150- | File | Purpose |
151- | ------------------ | ------------------------------------------------ |
150+ | File | Purpose |
151+ | ------------------ | -------------------------------------------------- |
152152| ` l10n.yaml ` | Localization configuration (ARB dir, output, etc.) |
153- | ` app_en.arb ` | Template ARB file (source of truth) |
154- | ` app_<locale>.arb ` | Translated ARB file for each locale |
153+ | ` app_en.arb ` | Template ARB file (source of truth) |
154+ | ` app_<locale>.arb ` | Translated ARB file for each locale |
0 commit comments