コード例 #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
ファイル: ratings.py プロジェクト: charmander/weasyl
 def block_text(self):
     """ Internationalized text for blocking a rating level """
     return _(self._block_text)
コード例 #4
0
ファイル: ratings.py プロジェクト: charmander/weasyl
 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)