fix english plurales
This commit is contained in:
parent
7672e1b47a
commit
f43cfc2190
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ def __(singular, plural=None, n=1, multi=False):
|
||||||
|
|
||||||
if not multi:
|
if not multi:
|
||||||
_.push('en_US')
|
_.push('en_US')
|
||||||
translations.append(_(singular))
|
translations.append(_(singular, plural, n))
|
||||||
_.pop()
|
_.pop()
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue