waseefakhtar / dose-android

💊⏰ Dose is a medication reminder app for Android, built entirely using Kotlin and Jetpack Compose with MVVM + Clean Architecture
https://play.google.com/store/apps/details?id=com.waseefakhtar.doseapp
MIT License
510 stars 83 forks source link

Refactor hardcoded strings to strings.xml for better localization support #95

Closed ankur141295 closed 10 months ago

ankur141295 commented 10 months ago

Resolves #93. This Pull Request refactors hardcoded strings in the code to use string resources defined in the strings.xml file. This change will improve the localization support of the app, making it easier to translate into different languages.