kludge quality until I have time to do it properly
svn: r4478
This commit is contained in:
@ -151,7 +151,8 @@ class DateDisplayFI(DateDisplay):
|
|||||||
if mod == Date.MOD_BEFORE:
|
if mod == Date.MOD_BEFORE:
|
||||||
text = "ennen " + text
|
text = "ennen " + text
|
||||||
elif mod == Date.MOD_AFTER:
|
elif mod == Date.MOD_AFTER:
|
||||||
text = text + " jälkeen"
|
# kludge: should be actually after the date
|
||||||
|
text = "jälkeen " + text
|
||||||
elif mod == Date.MOD_ABOUT:
|
elif mod == Date.MOD_ABOUT:
|
||||||
text = "noin " + text
|
text = "noin " + text
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user