ℹ️ This issue was partially AI-generated and may contain technical inaccuracies.
Is your feature request related to a problem? Please describe.
The UI is English-only, limiting accessibility for non-English-speaking users.
Describe the solution you'd like
Introduce an i18n framework, extract UI strings into locale resource files, and add a language switch (with system-locale detection). Start with English + German.
Describe alternatives you've considered
Keeping the UI English-only; ad-hoc translations.
Additional context
Cross-cutting architectural change touching most renderer components; needs a string-extraction convention documented in AGENTS.md.
Is your feature request related to a problem? Please describe.
The UI is English-only, limiting accessibility for non-English-speaking users.
Describe the solution you'd like
Introduce an i18n framework, extract UI strings into locale resource files, and add a language switch (with system-locale detection). Start with English + German.
Describe alternatives you've considered
Keeping the UI English-only; ad-hoc translations.
Additional context
Cross-cutting architectural change touching most renderer components; needs a string-extraction convention documented in
AGENTS.md.