GNOME Bugzilla – Bug 83640
bindtextdomain with wrong domain names
Last modified: 2004-12-22 21:47:04 UTC
With Solaris native gettext, bindtextdomain is called with wrong text domain. While .po are installed at $(prefix)/lib/locale, bindtextdomain() is called with $(prefix)/share/locale, and no tranlation. eel/Makefile.am: -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ test/Makefile.am: -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ All of the above should use "${prefix}/${DATADIRNAME}/locale".
In line with the others.
Created attachment 9027 [details] [review] The patch
patch applied.