Opened 3 years ago
Last modified 3 years ago
#33956 closed Bug
timesince filter localization doesn't work for ru-RU — at Version 2
Description (last modified by ) ¶
Despite datetime objects are 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.
This commit seems to introduce this bug.
Change History (3)
by , 3 years ago
comment:1 by , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
MRE project