#5672 closed (fixed)
i18n minor problem (comma list items separator can't be translated) in django.utils.text.get_text_list()
Reported by: | Reza Mohammadi | Owned by: | nobody |
---|---|---|---|
Component: | Internationalization | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The string ', ' is not translatable in the source code. (django/utils/text.py:142)
In some countries arabic comma (،) is used:
Unicode 0600 block, Arabic comma is 060C.
Attachments (2)
Change History (14)
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
comment:2 by , 15 years ago
Keywords: | i18n-nofix added |
---|
comment:3 by , 15 years ago
Summary: | i18n minor problem in django.utils.text.get_text_list() → i18n minor problem (comma list items separator can't be translated) in django.utils.text.get_text_list() |
---|
comment:4 by , 14 years ago
Triage Stage: | Design decision needed → Accepted |
---|
by , 14 years ago
Attachment: | list_separator_translatable.diff added |
---|
comment:5 by , 14 years ago
Has patch: | set |
---|---|
Keywords: | i18n-nofix removed |
comment:6 by , 14 years ago
milestone: | → 1.3 |
---|---|
Needs tests: | set |
comment:7 by , 14 years ago
I added a test, but as I don't speak arabic, it probably doesn't make much sense for a native speaker. However, it should be technically correct.
comment:8 by , 14 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:9 by , 14 years ago
Needs tests: | unset |
---|
comment:11 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Make list separator translatable