[Glade-users] glade NLS
Damon Chaplin
damon@helixcode.com
Thu, 14 Dec 2000 20:05:39 +0000
laser310@chinaren.com wrote:
>
> I have written a software with English interface.
> I hope it will have another language interface such as zh_CN.
> So I modified the file "configure.in"
> ALL_LINGUAS="" to ALL_LINGUAS="zh_CN" and create
> file "po/zh_CN.po" which has been translated.
> After I input "make", the file "po/zh_CN.gmo" will
> be created. But after I input "make install",
> the file *.mo can not be installed.
I've had similar strange problems after adding new languages.
I don't know the solution. Maybe you should try 'make maintainer-clean'
and rebuilding from scratch - './autogen.sh; make'.
Damon