Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 125028

Summary: enchant patch breaks gtkspell's interface translation
Product: Gentoo Linux Reporter: Daniel Schindler <daniel>
Component: Current packagesAssignee: GNOME Office (OBSOLETE) <gnome-office+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.