Beispiel #1
0
 def count_term(count):
     return ngettext('{0} email', '{0} emails', count).format(count)
Beispiel #2
0
 def count_term(count):
     return ngettext('{0} tweet', '{0} tweets', count).format(count)
Beispiel #3
0
 def count_term(count):
     return ngettext('{0} digg', '{0} diggs', count).format(count)
Beispiel #4
0
 def count_term(count):
     return ngettext('{0} share', '{0} shares', count).format(count)
Beispiel #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)