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 675540 - Plural forms
Plural forms
Status: RESOLVED FIXED
Product: frogr
Classification: Other
Component: general
master
Other All
: Normal normal
: ---
Assigned To: frogr maintainers
frogr maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-05 22:54 UTC by Marek Černocký
Modified: 2012-11-04 22:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marek Černocký 2012-05-05 22:54:19 UTC
Construction

upload_size_str = g_strdup_printf (n_pictures > 1
                                         ? _(" - %d pictures to upload (%s)")
                                         : _(" - %d picture to upload (%s)"),
                                         n_pictures, total_size_str);

in src/frogr-main-view.c is bad. It should use ngettext for this.

https://live.gnome.org/TranslationProject/DevGuidelines/Plurals
Comment 1 Mario Sánchez Prada 2012-05-21 23:55:17 UTC
Argh! Just seen this now while preparing the 0.7 release. Will take care of this bug for the next release then, in order not to screw now the translations that are already in place.

Sorry for the inconvenience, and thanks for reporting.
Comment 2 Chris Leonard 2012-09-20 20:43:19 UTC
It doesn't look like this has been fixed yet.
Comment 3 Mario Sánchez Prada 2012-09-20 21:27:35 UTC
Will be fixed for the next release, that will happen as soon as I manage to get some spare time to work on this (hopefully soon!) :-)

Thanks for the ping
Comment 4 Mario Sánchez Prada 2012-11-04 22:05:13 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.

http://git.gnome.org/browse/frogr/commit/?id=2b39a639c1d7b0746f27d6047584aa5fe277db97