Re: Only Simplified Chinese translation not working?

2007-09-13 Thread Ryan K
You are correct Nis...in django.utils.translation.trans_real.to_locale. No idea why the two need be any different... On Sep 13, 10:02 am, Nis Jørgensen <[EMAIL PROTECTED]> wrote: > Ryan K skrev:> Hi. I have a few languages I've translated my site into. They > all work > > except Simplified

Re: Only Simplified Chinese translation not working?

2007-09-13 Thread Ryan K
Yesafter checking the Django sources I saw that zh_CN is where the .po .mo files should go. On Sep 13, 10:02 am, Nis Jørgensen <[EMAIL PROTECTED]> wrote: > Ryan K skrev:> Hi. I have a few languages I've translated my site into. They > all work > > except Simplified Chinese. Any hints as to

Re: Only Simplified Chinese translation not working?

2007-09-13 Thread Nis Jørgensen
Ryan K skrev: > Hi. I have a few languages I've translated my site into. They all work > except Simplified Chinese. Any hints as to why? > Try being more specific than "does not work". Do you see English, garbled characters, something else? > This is in my settings file: > > LANGUAGES = ( >

Re: Only Simplified Chinese translation not working?

2007-09-12 Thread beck917
Pay attention to this question~ 2007/9/13, Ryan K <[EMAIL PROTECTED]>: > > Anyone? I have the site translated and working in Spanish, French, > Italian and Russian yet simplified Chinese does not work. Any clues? > This is my first attempt at internationalization. > > On Sep 11, 10:11 pm, Ryan K

Re: Only Simplified Chinese translation not working?

2007-09-12 Thread Ryan K
Anyone? I have the site translated and working in Spanish, French, Italian and Russian yet simplified Chinese does not work. Any clues? This is my first attempt at internationalization. On Sep 11, 10:11 pm, Ryan K <[EMAIL PROTECTED]> wrote: > Hi. I have a few languages I've translated my site

Only Simplified Chinese translation not working?

2007-09-11 Thread Ryan K
Hi. I have a few languages I've translated my site into. They all work except Simplified Chinese. Any hints as to why? This is in my settings file: LANGUAGES = ( ('es', ugettext('Spanish')), ('fr', ugettext('French')), ('it', ugettext('Italian')), ('ru', ugettext('Russian')),