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 679785 - "item" need to be translatable
"item" need to be translatable
Status: RESOLVED FIXED
Product: baobab
Classification: Core
Component: general
git master
Other All
: Normal minor
: ---
Assigned To: Baobab Maintainers
Baobab Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-12 08:43 UTC by Andika Triwidada
Modified: 2012-07-13 10:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
update to po/POTFILES.in to make "item" translatable (356 bytes, patch)
2012-07-12 08:56 UTC, Andika Triwidada
committed Details | Review

Description Andika Triwidada 2012-07-12 08:43:33 UTC
Found an this untranslateable string while testing my translation
baobab-cellrenderers.vala:54:                text = value >= 0 ? ngettext ("%d item", "%d items", value).printf (value) : "";
Comment 1 Andika Triwidada 2012-07-12 08:56:17 UTC
Created attachment 218607 [details] [review]
update to po/POTFILES.in to make "item" translatable
Comment 2 Daniel Mustieles 2012-07-13 08:18:42 UTC
Fixed in master branch.

Many thanks for your patch