Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert hardcoded strings to string resources #230

Open
SaturneV opened this issue Dec 17, 2024 · 0 comments
Open

Convert hardcoded strings to string resources #230

SaturneV opened this issue Dec 17, 2024 · 0 comments
Assignees
Labels
Refactor 🛠️ Code improvements without changing behavior
Milestone

Comments

@SaturneV
Copy link
Contributor

Description

In order to improve languages support and maintainability, all hardcoded strings in the project need to be moved to string resources. This ensures that the app can easily support multiple languages and makes it easier to manage text updates.

Tasks

  • Identify hardcoded strings and move them to string ressources.
  • Modify the tests to use the string ressources if needed.
@SaturneV SaturneV self-assigned this Dec 17, 2024
@SaturneV SaturneV added the Refactor 🛠️ Code improvements without changing behavior label Dec 17, 2024
@SaturneV SaturneV added this to the Milestone M3 milestone Dec 17, 2024
@SaturneV SaturneV linked a pull request Dec 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor 🛠️ Code improvements without changing behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant