Re: Need help ... out of options ...RH7.1



Are you really sure your Linux box supports ta locale for both
glibc and XFree86?

#include <locale.h>

int main() {
        char* locale = setlocale(LC_ALL, "ta");
        if( locale )
                printf("Locale %s is supported.\n", locale);
        else
                printf("There is no such locale.\n");
}


On Wed, 18 Jul 2001 20:26:19 -0500
"Dinesh Nadarajah" <dxn1972@hotmail.com> wrote:

> Hi folks:
> 
> OK. I have posted this message before on this news group, and tried the 
> suggestions. So I figure it must be different problem than what I think it 
> is. Here is the issue:
> 
> I am running RH7.1 with the latest Ximian Gnome distribution. I guess that 
> would be Gnome 1.4.1 (or something close).
> 
> I set the ~./.i18n file variables thus:
> 
> LANG="ta"
> LANGUAGE="ta"
> 
> But I cannot see any messages. I even changes the LAN and LANGUAGE variables 
> to "no", to "ru" but to no avail.
> 
> From my previous posting, Christian Rose (or someone else) was doing the 
> same (RH7.1 and Ximian) and did not have any problems like mine. So I it my 
> be that I am translating the wrong version of files for version 1.4. I have 
> been downloading the source CVS files (usually another translated file like 
> the "sv" version ot "tr" version - i can't find the original English 
> version). 

If you build the source from CVS, you'll see .pot files in po directory.
that's the original and latest English version.

> I just use the cvs command and get the file. But I am not sure if 
> this is the problem because with version RH7.0 and Ximian my translations 
> work.
> 
> Can anyone on this list can shed some light on this. I am all out.
> 
> Thanks.
> 
> -D
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
> 
> 
> _______________________________________________
> gnome-i18n mailing list
> gnome-i18n@gnome.org
> http://mail.gnome.org/mailman/listinfo/gnome-i18n




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]