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
509 stars 80 forks source link

Add lang it #122

Closed Angelk90 closed 9 months ago

Angelk90 commented 9 months ago

120

Angelk90 commented 9 months ago

@waseefakhtar : Check it out here: https://stackoverflow.com/questions/44519520/android-localization-how-to-use-values-folder-b-qualifier

At the moment I have no way to test it, see if you can the folder must be called values-b+it or values-it.

waseefakhtar commented 9 months ago

@waseefakhtar : Check it out here: https://stackoverflow.com/questions/44519520/android-localization-how-to-use-values-folder-b-qualifier

At the moment I have no way to test it, see if you can the folder must be called values-b+it or values-it.

Okay it makes sense. I tested it and it works great! :)

Angelk90 commented 9 months ago

@waseefakhtar : I did a quick test of the app on the device, some translations are missing.

waseefakhtar commented 9 months ago

@waseefakhtar : I did a quick test of the app on the device, some translations are missing.

Good catch! I assume those were some hardcoded values from the app? Feel free to extract those to String resources and translate them too. :)

Angelk90 commented 9 months ago

@waseefakhtar : Screenshot_20231202-124034~2.png

Screenshot_20231202-124141~2.png

Angelk90 commented 9 months ago

@waseefakhtar : Once you've got these strings sorted out, I'll try to translate them.

waseefakhtar commented 9 months ago

@waseefakhtar : Screenshot_20231202-124034~2.png

Screenshot_20231202-124141~2.png

Good catch! We should definitely fix those.