Re: Split up .po files for Internationalization
Great, putting it into the app directories worked fine and solved the
import error as well.
Thank you very much.
Thomas M
On 24 Jun., 14:58, Kenneth Gonsalves <law...@thenilgiris.com> wrote:
> On Fri, 2011-06-24 at 05:43 -0700, Thomas M wrote:
> > It was explained somewhere in this tutorial:
> >https://docs.djangoproject.com/en/1.3/topics/i18n/localization/
> > so I can just create my own locale files in projectpath/locale/LANG/
> > LC_MASSAGES/?
>
> yes - that is what the docs say
>
>
>
> > like:
> > projectpath/locale/LANG/LC_MASSAGES/email.po
> > projectpath/locale/LANG/LC_MASSAGES/messages.po ??
>
> better: apppath/locale/LANG/LC_MESSAGES/django.po
>
> LC_MASSAGES is wrong, it is LC_MESSAGES
>
> --
> regards
> KGhttp://lawgon.livejournal.com
> Coimbatore LUG roxhttp://ilugcbe.techstud.org/
--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home