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