2022-07-03T13:58:09 FYI: the countdown.o.o render script now uses python3 :-) 2022-07-03T13:59:15 SasiOlin[m]: you might be able to help with an unused variable in msg_pl_days() 2022-07-03T13:59:17 https://github.com/openSUSE/countdown.o.o/blob/master/render.py#L80 2022-07-03T13:59:41 which text is correct - the one in "pre = ..." or the one in "return ..."? 2022-07-03T15:16:20 *** teepee_ is now known as teepee 2022-07-03T19:21:50 both are correct 2022-07-03T19:23:06 basically the difference is dostępne za means available in, while pozostał* tylko means only x remaining 2022-07-03T19:34:03 my understanding is that msg_pl_days() gets called for the "only x days to go" case - for "now available" the text is in "avail" 2022-07-03T19:35:58 which also means that msg_pl_days() should probably return pre, post instead of return 'Dost?pne za', post 2022-07-03T19:36:40 (where pre is something like 'Pozosta?y tylko', depending on the number of days) 2022-07-03T19:40:13 That also reminds me of an old issue with "Release in x hours" - msg_pl() broke the counter some years ago, and is therefore commented out 2022-07-03T19:44:23 (looks like the script doesn't check if the translation is callable in the "release in x hours" case, like it does in the "only x days to go" case)