#31937: Can't translate strings properly to Hebrew and Arabic
-------------------------------------+-------------------------------------
Reporter: אורי | Owner: nobody
Type: Bug | Status: new
Component: | Version: master
Internationalization |
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Description changed by אורי:
Old description:
> 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).
New description:
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 `"%d
week"` ("1 week", but in English, there is the issue of capital letters).
--
--
Ticket URL: <https://code.djangoproject.com/ticket/31937#comment:2>
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/069.82af287f4708b3eb03fae12d69b7b618%40djangoproject.com.