https://bugs.kde.org/show_bug.cgi?id=462261
--- Comment #7 from NSLW <lukasz.wojnilow...@gmail.com> --- (In reply to Méven from comment #3) > We can perhaps mitigate this with > `if (minutesToNow == 30) {` and as many branches as necessary to better > accommodate different languages. > > @NSLW can you make recommendation where does your language needs different > translation based on the number of minutes. > > @NSLW What is the your language btw ? It's Polish and it goes like this: 1 minuta 2-4 minuty 5-21 minut 22-24 minuty 25-31 minut (In reply to Méven from comment #3) > We can perhaps mitigate this with > `if (minutesToNow == 30) {` and as many branches as necessary to better > accommodate different languages. > > @NSLW can you make recommendation where does your language needs different > translation based on the number of minutes. > > @NSLW What is the your language btw ? (In reply to Méven from comment #3) > We can perhaps mitigate this with > `if (minutesToNow == 30) {` and as many branches as necessary to better > accommodate different languages. > > @NSLW can you make recommendation where does your language needs different > translation based on the number of minutes. > > @NSLW What is the your language btw ? It's Polish and it goes like this: 1 minuta 2-4 minuty 5-21 minut 22-24 minuty 25-31 minut ... I think that your idea is good. There are only three cases in this case for Polish. "%n minute(s)" is in general not a good solution because in Polish you make plural forms not by appending a single letter like in English but by replacing letters. Thank you all for interest in fixing this bug. -- You are receiving this mail because: You are watching all bug changes.