You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested using v0.8.1 w/ api15, api19, and api25. The bug is in all versions.
Some of the widget labels fail to localize despite having fully translated strings. Note that other parts of the app correctly localize these strings.
To reproduce..
Navigate to Settings->Language Settings .. change the language to user-defined.
Select a language w/ a complete translation (e.g. Basque, German, Esperanto, or Polish).
Add a 2x1 moon widget to the homescreen; check "Show Labels".
Observe the new widget - its fully localized except for the label (moon phase text).
Resize the widget; the problem is also apparent in the 1x1 moon widgets and 3x1 moon widget.
The bug doesn't occur when the locale is set at the OS level (only the override behavior is affected).
The text was updated successfully, but these errors were encountered:
The bug doesn't affect all labels, only the ones defined in the xml layout. Other text (that is assigned w/ setText) is correctly localized. It seems that the widgets do not fully override the locale - while the Resources (strings) are localized, the layouts are not.
The app doesn't currently provide any right-to-left languages, but supposing it did, I think this would also be broken for the same reason.
Tested using v0.8.1 w/ api15, api19, and api25. The bug is in all versions.
Some of the widget labels fail to localize despite having fully translated strings. Note that other parts of the app correctly localize these strings.
To reproduce..
The bug doesn't occur when the locale is set at the OS level (only the override behavior is affected).
The text was updated successfully, but these errors were encountered: