#31937: Can't translate strings properly to Hebrew and Arabic
------------------------------------------------+------------------------
Reporter: אורי | Owner: nobody
Type: Bug | Status: new
Component: Internationalization | Version: master
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------------+------------------------
I can't translate strings such as "2 weeks" to Hebrew and Arabic properly.
There is a word in Hebrew and a word in Arabic for 2 weeks, but I get an
error message "`The expression '%d' is not present in the translation`" in
Transifex and also `msgfmt -vc django.po` raises exceptions. In some
languages, with some plural forms, such as `n == 1` or `n == 2`, we don't
need `%d` to be present in the translation. Also "1 week" can be written
in words "one week", also in Hebrew, and I think it's a better translation
than "1 week". I also think English can use "one week" instead of "1 week"
(but in English, there is the issue of capital letters).
--
Ticket URL: <https://code.djangoproject.com/ticket/31937>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/054.81e445bb18b6ecaf78166ac47c4297d8%40djangoproject.com.