gnucash's i18n

Christian Stimming stimming@tuhh.de
Mon, 04 Nov 2002 10:47:35 +0100


Thanks for pointing this out. In the original source, that variable is 
set through the automake/configure process, so it is not really a bug in 
our source but rather an error during preparation of the distributed 
package.

Chris, the LOCALE_DIR variable is set through automake from the file 
i18n.h.in -- is this a known problem in the tarball? I wonder how we can 
avoid that in the future... :-)

Christian

Vitaly Lipatov wrote:

> I had some a trouble with localization and I've found where was
> my problem. See follow patch.
> 
> --- i18n.h.orig 2002-10-28 12:58:30 +0300
> +++ src/app-utils/i18n.h    2002-11-01 01:12:40 +0300
> @@ -26,4 +26,4 @@
>  #endif
> 
>  #define TEXT_DOMAIN        "gnucash"
> -#define LOCALE_DIR     "/home/chris/gnucash/share/locale"
> +#define LOCALE_DIR     "/usr/share/locale"
> 
> Please apply it if needed.
> 
>