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 = { shortTimeTable = {
"years": "%sy", "years": _("%sy"),
"months": "%sm", "months": _("%sm"),
"days": "%sd", "days": _("%sd"),
"hours": "%sh", "hours": _("%sh"),
"minutes": "%sm", "minutes": _("%sm"),
"seconds": "%ss", "seconds": _("%ss"),
} }
def fmtTimeSpan(time, pad=0, point=0, short=False, after=False): def fmtTimeSpan(time, pad=0, point=0, short=False, after=False):