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 548841 - Incorrect usage of plural forms in gphoto backend
Incorrect usage of plural forms in gphoto backend
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: gphoto backend
git master
Other All
: Normal major
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2008-08-21 11:06 UTC by Wouter Bolsterlee (uws)
Modified: 2008-08-21 11:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (1.13 KB, patch)
2008-08-21 11:07 UTC, Wouter Bolsterlee (uws)
none Details | Review
Same patch with bug reference in ChangeLog (1.13 KB, patch)
2008-08-21 11:08 UTC, Wouter Bolsterlee (uws)
committed Details | Review

Description Wouter Bolsterlee (uws) 2008-08-21 11:06:39 UTC
Plural forms are not handled correctly in the gphoto2 backend. This causes i18n issues for some languages.
Comment 1 Wouter Bolsterlee (uws) 2008-08-21 11:07:41 UTC
Created attachment 117130 [details] [review]
Proposed fix

Please review; I can commit myself.
Comment 2 Wouter Bolsterlee (uws) 2008-08-21 11:08:38 UTC
Created attachment 117131 [details] [review]
Same patch with bug reference in ChangeLog
Comment 3 Wouter Bolsterlee (uws) 2008-08-21 11:13:00 UTC
Note to self: notify gnome-i18n when committed.
Comment 4 André Klapper 2008-08-21 11:29:48 UTC
also see
http://live.gnome.org/TranslationProject/DevGuidelines/Plurals
for more information.
Comment 5 Hans Petter Jansson 2008-08-21 11:53:59 UTC
Looks good to commit.
Comment 6 Wouter Bolsterlee (uws) 2008-08-21 11:55:18 UTC
2008-08-21  Wouter Bolsterlee  <wbolster@svn.gnome.org>

	* daemon/gvfsbackendgphoto2.c (do_unmount):
	Handle plural forms correctly. Fixes bug #548841.