GNOME Bugzilla – Bug 705246
Translation issues: Missing plural handling
Last modified: 2017-10-07 02:26:37 UTC
See https://live.gnome.org/TranslationProject/DevGuidelines/Plurals for more info. #: ../Pyblio/GnomeUI/Document.py:447 ../Pyblio/GnomeUI/Document.py:451 msgid "[no entry]" #: ../Pyblio/GnomeUI/Document.py:448 msgid "[1 entry]" #: ../Pyblio/GnomeUI/Document.py:449 msgid "[%d entries]" #: ../Pyblio/GnomeUI/Document.py:452 msgid "[%d/1 entry]" #: ../Pyblio/GnomeUI/Document.py:453 msgid "[%d/%d entries]" #: ../Pyblio/GnomeUI/Document.py:956 msgid "Really edit %d entries ?" #: ../Pyblio/GnomeUI/Document.py:1002 msgid "Remove all the %d entries ?" #: ../scripts/pybcheck.py:60 msgid "file `%s' is ok [%d entries]" Plus strings such as "Remove all the %d entries ?" are incorrect spelling. Only French has a whitespace in front of the fullstop/question mark/exclamation mark. https://sourceforge.net/p/pybliographer/bugs/91/
Created attachment 276729 [details] [review] Proposed patch
Review of attachment 276729 [details] [review]: I pushed in wip/gtk3 it with some changes (e.g. importing ngettext)