Ejemplo n.º 1
0
 def count_term(count):
     return ngettext('{0} email', '{0} emails', count).format(count)
Ejemplo n.º 2
0
 def count_term(count):
     return ngettext('{0} tweet', '{0} tweets', count).format(count)
Ejemplo n.º 3
0
 def count_term(count):
     return ngettext('{0} digg', '{0} diggs', count).format(count)
Ejemplo n.º 4
0
 def count_term(count):
     return ngettext('{0} share', '{0} shares', count).format(count)
Ejemplo n.º 5
0
 def count_term(count):
     """Render this service's share count with the right term."""
     return ngettext('{0} post', '{0} posts', count).format(count)