waseefakhtar/dose-android
Extract Daily, Weekly, and Monthly enum values to strings.xml
開放
#136 建立於 2023年12月22日
good first issuelocalization
倉庫指標
- 星標
- (635 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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.