You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracks Phase 5.3 — Internationalization (i18n) from docs/SPEC.md §5.
Goal
Externalize user-facing strings so Kite can be translated, and format numbers/dates per locale.
Scope
Externalize strings via fluent-rs (or similar) — no hard-coded UI text
Ship with English as the default; community translations welcome
Locale-aware number/date formatting
RTL layout support(future / stretch — track but not required for first pass)
Notes
Touches every widget in src/ui/widgets/ and the help/menu/dialog overlays.
Establish a string-catalog layout and a contributor workflow for adding translations (coordinate with Documentation issue Documentation & community #22).
Tracks Phase 5.3 — Internationalization (i18n) from docs/SPEC.md §5.
Goal
Externalize user-facing strings so Kite can be translated, and format numbers/dates per locale.
Scope
fluent-rs(or similar) — no hard-coded UI textNotes
src/ui/widgets/and the help/menu/dialog overlays.