示例#1
0
文件: profile.py 项目: dzamie/weasyl
 def format(self, request_type):
     return _(self.text.format(type=request_type))
示例#2
0
文件: profile.py 项目: weykent/weasyl
 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)