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 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')),
>     ('zh-cn', ugettext('Simplified Chinese')),
> )
>
> And the .po and .mo files are under the zh-cn directory (in locale).
> The user can set his or her language setting by using the 
> URLhttp://www.example.com/languages/setlang?language=zh-cn. Is the
> language code correct?
>
> Thanks,
> Ryan


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to