Ok I think I see what's happening. I have js strings defined in project/locale and project/app/locale. jsi18n isn't picking up the project level strings but it is seeing the app strings. This doesn't sound right to me.
On Jun 7, 9:06 am, Stodge <[email protected]> wrote: > I have the jsi18n view defined in my URLs. I've added a call to > gettext() in javascript and added the string definition in > djangojs.po. I then compiled the messages and re-started the server. > But the resulting string retrieved from gettext() is the tag, e.g. > 'my_title'. > > Did I forget something? I'm sure I have everything setup, but my > catalog is always empty. > > On Jun 4, 10:49 am, Stodge <[email protected]> wrote: > > > > > I think I have basic internationalisation working for english and > > french. I can switch languages and change the page's title > > accordingly. However, if I visit: > > > /jsi18n/ > > > I see the catalog definition and a few gettext related functions etc. > > However, these are defaults and the translations in the catalog are > > not mine and are always french, regardless of the language. > > > What are these translations in the catalog and why are they always > > french? Any ideas? Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

