davidtakac / bura

Modern weather app with graphs and thoughtful data visualization
GNU General Public License v3.0
219 stars 25 forks source link

Separate strings for Sunset/Sunrise in hourly forecast #62

Open ltguillaume opened 1 month ago

ltguillaume commented 1 month ago

The strings "sunset"/"sunrise", when translated, can become quite a bit longer. As such, the width of the string poses a problem for the horizontally scrolled hourly forecast.

I propose a separate sunrise_short and sunset_short strings, for which the values can be copied from sunrise and sunset resp. by default, but would allow translators to come up with a shorter string just for the hourly forecast.

davidtakac commented 1 month ago

That makes sense 👍