After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 778927 - ngettext functions are not working properly
ngettext functions are not working properly
Status: RESOLVED DUPLICATE of bug 778786
Product: gnome-maps
Classification: Applications
Component: general
3.23.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-maps-maint
gnome-maps-maint
Depends on:
Blocks:
 
 
Reported: 2017-02-19 22:59 UTC by Piotr Drąg
Modified: 2017-02-19 23:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Piotr Drąg 2017-02-19 22:59:59 UTC
ngettext functions in src/transitPlan.js (minutes and hours) are not extracted as ngettext to .po files:

#: ../src/transitPlan.js:271
#, javascript-format
msgid "%d minute"
msgstr ""

from

return N_("%d minute", "%d minutes", mins).format(mins);
Comment 1 Piotr Drąg 2017-02-19 23:06:44 UTC

*** This bug has been marked as a duplicate of bug 778786 ***