Fix style issue (Simon)

This commit is contained in:
Tomeu Vizoso 2008-05-24 18:11:50 +02:00
parent 708a62c06f
commit bfca9c61b8

View File

@ -195,7 +195,8 @@ ELAPSED = _('%s ago')
# strings need to be used, then we need to call ngettext() in a fake way so
# xgettext will pick them up as plurals.
def ngettext(singular, plural, n): pass
def ngettext(singular, plural, n):
pass
# TRANS: Relative dates (eg. 1 month and 5 days).
ngettext('%d year', '%d years', 1)