The string "About %d minutes remaining." is not being translated

Bug #1928584 reported by Jonatan Nyberg
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
BleachBit
Invalid
Undecided
Unassigned

Bug Description

Something is wrong with the code because the string "About %d minutes remaining." was translated in Swedish in Launchpad 4 years ago but still is not translated in the application.

This is from the Swedish translation starting from line 1883:

msgid "About %d minute remaining."
msgid_plural "About %d minutes remaining."
msgstr[0] "Ungefär %d minut kvar."
msgstr[1] "Ungefär %d minuter kvar."

Revision history for this message
Jonatan Nyberg (bugreporter41) wrote :

The strings also appear in Worker.py on line 216:

msg2 = ungettext("About %d minute remaining.",
                 "About %d minutes remaining.", eta_mins) \

Revision history for this message
Andrew Ziem (ahziem1) wrote :

Yes, it looks like ungettext is not translating. Would you please report this at https://github.com/bleachbit/bleachbit/issues/ so it does not get lost? A few years ago, I mostly stopped using Launchpad, and I don't use it to prioritize issues to milestones.

Revision history for this message
Jonatan Nyberg (bugreporter41) wrote :

Done.

Revision history for this message
Andrew Ziem (ahziem1) wrote :
Changed in bleachbit:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.