Compare commits
5 Commits
jwt_allow_
...
testing
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e4449796e | ||
|
|
4eb82780ea | ||
|
|
09d400fab3 | ||
|
|
59957954fd | ||
|
|
d052d1e06c |
@@ -973,7 +973,8 @@ class translator(object):
|
||||
else:
|
||||
word = w[1:]
|
||||
fun = cap_fun
|
||||
return fun(self.plural(word, n))
|
||||
s = fun(self.plural(word, n))
|
||||
return s if PY2 else to_unicode(s)
|
||||
|
||||
s = m.group(1)
|
||||
part = regex_plural_tuple.sub(sub_tuple, s)
|
||||
|
||||
Reference in New Issue
Block a user