This commit is contained in:
mdipierro
2018-05-01 14:51:39 -05:00
parent d052d1e06c
commit 59957954fd
+1 -1
View File
@@ -974,7 +974,7 @@ class translator(object):
word = w[1:]
fun = cap_fun
s = fun(self.plural(word, n))
return to_unicode(s)
return s.encode()
s = m.group(1)
part = regex_plural_tuple.sub(sub_tuple, s)