mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
Merge branch 'i18n' into l10n-fr
This commit is contained in:
commit
c6b40ebc64
@ -81,7 +81,7 @@ class Later(callbacks.Plugin):
|
||||
#format = conf.supybot.reply.format.time()
|
||||
diff = time.time() - when
|
||||
try:
|
||||
return utils.timeElapsed(diff, seconds=False) + _(' ago')
|
||||
return _('%s ago') % utils.timeElapsed(diff, seconds=False)
|
||||
except ValueError:
|
||||
return _('just now')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user