On Apr 22, 7:48 pm, Aaron Lee <waifun...@gmail.com> wrote: > Hi, > > I am trying to create a UK version of my site and ran into some problems. > I am manually setting my LANGUAGE_CODE to 'en-gb' and use > django-admin.py makemessages -l en-gb and then run compilemessages > > For some reason it's not picking up the localised string, I am pretty sure > my setup is correct because I did the same experiment for uk (Ukraine). > > Looking at Django's conf/locale I couldn't find an example of Great Britain > English translation setup. Any idea what may go wrong? Thanks > > -Aaron
I suspect the issue is this (from http://docs.djangoproject.com/en/1.1/topics/i18n/localization/): "Django does not support localizing your application into a locale for which Django itself has not been translated. In this case, it will ignore your translation files." -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.