kludge quality until I have time to do it properly
svn: r4478
This commit is contained in:
parent
8a1f01b287
commit
aebafcbc93
@ -151,7 +151,8 @@ class DateDisplayFI(DateDisplay):
|
||||
if mod == Date.MOD_BEFORE:
|
||||
text = "ennen " + text
|
||||
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:
|
||||
text = "noin " + text
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user