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 167701 - [PATCH, strings] Please do not split translatable strings unnecessarily
[PATCH, strings] Please do not split translatable strings unnecessarily
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal minor
: 0.8.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-17 14:03 UTC by Tommi Vainikainen
Modified: 2005-02-25 08:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Here is a fix for this bug (827 bytes, patch)
2005-02-17 14:05 UTC, Tommi Vainikainen
none Details | Review
Updated patch (1.18 KB, patch)
2005-02-18 09:28 UTC, Tommi Vainikainen
none Details | Review

Description Tommi Vainikainen 2005-02-17 14:03:39 UTC
Please do not split translatable strings and concatenate them after gettext
calling. It makes translating strings harder and initiates a place for half
translated user visible messages.
Comment 1 Tommi Vainikainen 2005-02-17 14:05:01 UTC
Created attachment 37590 [details] [review]
Here is a fix for this bug
Comment 2 Tommi Vainikainen 2005-02-18 09:28:17 UTC
Created attachment 37632 [details] [review]
Updated patch

I noticed another place with similar string cutting & surgery.	Here is a patch
to fix both places.
Comment 3 Ronald Bultje 2005-02-25 08:32:15 UTC
Applied.