-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Times of sunset unreadable on any non-english version #43
Comments
Yeah, this is a bit difficult. - <string name="sunrise_short">Aufgang</string>
+ <string name="sunrise_short">Morgen</string>
- <string name="sunset_short">Untergang</string>
+ <string name="sunset_short">Abend</string> If there is any german user with a better proposal, just write it ;-) |
All good suggestions. I will look into fixing it - changing the layout might be a better fix than changing the strings. I just discovered I can preview the locale in the android studio design tab - I can see what you are talking about, especially for the smaller screens. The entire sunset column is bumped just out of view :\ |
…s to table_res prepwork related to #43. refactors table headers into their own layout files, and header dimensions into resource file `table_res`. places constraints (ems/length/#lines constraints) on header columns.
refactored nextprev buttons to separate layout file. refactored "timecard" to separate layout file. cleanup layout_main. next/prev buttons moved to bottom right. related to #43 .
I am also thinking a "ui setting" here wouldn't be a bad addition - labels display as either "text", "icon", or "text + icon". |
Not a Polish speaker, though I can understand some. With that said, the two line version looks terrible to me because the words are broken in the middle of a syllable (the -chód in there is a single syllable). FWIW, I suppose an icon-only preference is one possible option. 😃 |
I've checked on 2 phones (with smaller and bigger screen) and times of sunsets and solar-noon go out of the screen on both Polish, Esperanto and German translations. What can be do to fix it:
The text was updated successfully, but these errors were encountered: