Skip to content

[LOW] Extract hardcoded strings to string resources #42

@variablefate

Description

@variablefate

Description

Many user-facing strings throughout the app are hardcoded in Kotlin/Compose files rather than using Android string resources (strings.xml). This blocks future localization and makes copy changes harder to manage.

Scope

  • Audit all user-facing text in both rider and driver apps
  • Move hardcoded strings to res/values/strings.xml
  • Replace inline strings with stringResource() calls in Compose / getString() in ViewModels
  • Covers: status messages, button labels, dialog text, error messages, toast messages

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions