Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125028 - enchant patch breaks gtkspell's interface translation
Summary: enchant patch breaks gtkspell's interface translation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-04 19:14 UTC by Daniel Schindler
Modified: 2006-04-05 07:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Schindler 2006-03-04 19:14:57 UTC
The code 

+/* prepare for gettext internationalization */
+#undef _
+#define _(x) x
 
in the gtkspell-2.0.10-enchant.patch breaks the translation of gtkspells interface. 

Ex. with the code above 'Spelling Suggesstions' is the same in german. Not like it should be: 'Vorschl
Comment 1 Daniel Schindler 2006-03-04 19:14:57 UTC
The code 

+/* prepare for gettext internationalization */
+#undef _
+#define _(x) x
 
in the gtkspell-2.0.10-enchant.patch breaks the translation of gtkspells interface. 

Ex. with the code above 'Spelling Suggesstions' is the same in german. Not like it should be: 'Vorschläge'. removing the above code from patch makes gtkspell displaying the right Text.
Comment 2 foser (RETIRED) gentoo-dev 2006-04-05 07:15:40 UTC
fixed the patch in 2.0.11-r1 , thnx for the report.