Opened 2 years ago
Last modified 2 years ago
#33956 closed Bug
timesince filter localization doesn't work for ru-RU — at Initial Version
Reported by: | Semen Filippov | Owned by: | nobody |
---|---|---|---|
Component: | Internationalization | Version: | 4.1 |
Severity: | Normal | Keywords: | timesince, datetime, localization, internationalization |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Despite datetime objects being translated as expected, when using timesince filter with ru-RU locale, default (en) translation is rendered. However, this is not the case with other locales I tested (de, fr, ko). Also, this issue is not present in earlier Django versions (the one I tested is 2.2). I've checked .po file for ru-RU, it seems to have all translations required.
Note:
See TracTickets
for help on using tickets.
MRE project