make short times i18n

This commit is contained in:
Damien Elmes 2009-08-17 06:52:14 +09:00
parent 8bc7e0c945
commit 52be4b059d

View file

@ -48,12 +48,12 @@ afterTimeTable = {
}
shortTimeTable = {
"years": "%sy",
"months": "%sm",
"days": "%sd",
"hours": "%sh",
"minutes": "%sm",
"seconds": "%ss",
"years": _("%sy"),
"months": _("%sm"),
"days": _("%sd"),
"hours": _("%sh"),
"minutes": _("%sm"),
"seconds": _("%ss"),
}
def fmtTimeSpan(time, pad=0, point=0, short=False, after=False):