Friday, July 29, 2011

Re: USE_I18N vs. USE_L10N

On Fri, 2011-07-29 at 09:38 +0200, Masklinn wrote:
> > wrong
> That's not what the Django documentation says, at least in my reading
> of it.

i18n - preparing an app to be customised in *any* locale
l10n - actually customising it for a *particular locale

One can do i18n *without* doing *any* translation. i18n - marking
strings for translation, l10n - translating the marked strings.

--
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.

No comments:

Post a Comment