waseefakhtar/dose-android
Extract Daily, Weekly, and Monthly enum values to strings.xml
Aberta
#136 aberto em 22 de dez. de 2023
good first issuelocalization
Métricas do repositório
- Stars
- (635 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Also for the Recurrence Dropdown, you're using its enum name instead of providing a translated text.
I fixed this problem in one of my apps by introducing an integer variable inside the enum which refers to the resource id of the string equal to the current enum value.