#5672: i18n minor problem in django.utils.text.get_text_list() ------------------------+--------------------------------------------------- Reporter: remohammadi | Owner: nobody Status: new | Component: Internationalization Version: SVN | Keywords: Stage: Unreviewed | Has_patch: 0 ------------------------+--------------------------------------------------- The string ', ' is not translatable in the source code. ([http://code.djangoproject.com/browser/django/trunk/django/utils/text.py#L142 django/utils/text.py:142])
In some countries arabic comma (،) is used: [http://unicode.org/charts/PDF/U0600.pdf Unicode 0600 block], Arabic comma is 060C. -- Ticket URL: <http://code.djangoproject.com/ticket/5672> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
