Re: USE_I18N vs. USE_L10N

2011-07-31 Thread Lucy Brennan
I read Wikipedia and Django docs. Now, after all this debate, I see that I _did_ understand the definitions when I first read it. Given those definitions however, the meaning of USE_I18N and USE_L10N are not obvious. Far, far, far from obvious. There _absolutely_ has to be some additional expl

Re: USE_I18N vs. USE_L10N

2011-07-28 Thread Lucy Brennan
Did anybody read the links I supplied. Or maybe you were busy plussing on Google+ :) So there seems to be two pairs of definitions for I18N / L10N: a) I18N / L10N ~ (building software so ready to be locale-language-customized / making a specific localized version ) b) I18N / L10N ~ (translat

Re: USE_I18N vs. USE_L10N

2011-07-28 Thread Lucy Brennan
Before I comment, I would like to actually know if I got it right. In Django: USE_I18N: translation USE_L10N: localized formatting Right? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups

Re: USE_I18N vs. USE_L10N

2011-07-26 Thread Lucy Brennan
Sorry for the late response to your reply. For some reason, I did not get your response to my email. I only saw your answer because I went to the online archive. Here is a follow up for the googlers. I have read the Django documentation, e.g.: https://docs.djangoproject.com/en/dev/topics/i18n/,

USE_I18N vs. USE_L10N

2011-07-18 Thread Lucy Brennan
I believe I understand the general definitions of internationalization and localization, e.g. as defined on http://en.wikipedia.org/wiki/Internationalization_and_localization. Internationalization is somewhat like building/designing a piece of software for being used with different locales. And lo