Wiadomość napisana w dniu 2008-10-21, o godz. 09:30, przez Jarek Zgoda: >> gettext = lambda s: s >> >> LANGUAGES = ( >> ('en', gettext('English')), >> ('ta', gettext('Tamil')), >> ('hi-IN', gettext('Hindi')), >> ) >> >> My folder structure on the locale is as follows >> >> locale\en\LC_MESSAGES >> locale\hi-in\LC_MESSAGES >> locale\ta\LC_MESSAGES >> >> Any suggestions? > > > > I suppose there is no Django translation for the language you cann't > get to work. There is "ta" translation, but not "hi". You might want > to check this list, the translations are located in your > <django_root>/ > conf/locale directory.
And of course, nothing should stop you from adding missing translations and translation catalogs. :) -- We read Knuth so you don't have to. - Tim Peters Jarek Zgoda, R&D, Redefine [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---