Skip to content

Add multi-language support (i18n) #8

@JanJetze

Description

@JanJetze

Problem

The app currently has hardcoded English strings in some places and Dutch string resources in others. There is no way for users to switch languages.

Proposal

  • Audit all user-facing strings and ensure they go through strings.xml
  • Add translations for at least Dutch (values-nl/strings.xml)
  • Follow Android's standard localization approach with resource qualifiers

Acceptance criteria

  • All user-facing strings use stringResource() / getString()
  • At least one additional language supported
  • App respects device language setting

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions