Exemplo n.º 1
0
 def format(self, request_type):
     return _(self.text.format(type=request_type))
Exemplo n.º 2
0
 def format(self, request_type):
     return _(self.text.format(type=request_type))
Exemplo n.º 3
0
 def block_text(self):
     """ Internationalized text for blocking a rating level """
     return _(self._block_text)
Exemplo n.º 4
0
 def nice_name(self):
     """ Internationalized user facing name for this rating """
     return _(self._nice_name)
Exemplo n.º 5
0
 def block_text(self):
     """ Internationalized text for blocking a rating level """
     return _(self._block_text)
Exemplo n.º 6
0
 def nice_name(self):
     """ Internationalized user facing name for this rating """
     return _(self._nice_name)