예제 #1
0
 def ui_description(self):
     """ Return the "description" of the object for the current locale. """
     return self.descriptionByLang(get_my_lang_code())
예제 #2
0
파일: comps.py 프로젝트: aregee/Dorrie
 def ui_description(self):
     """ Return the "description" of the object for the current locale. """
     return self.descriptionByLang(get_my_lang_code())
예제 #3
0
 def ui_name(self):
     """ Return the "name" of the object for the current locale. """
     return self.nameByLang(get_my_lang_code())
예제 #4
0
파일: comps.py 프로젝트: aregee/Dorrie
 def ui_name(self):
     """ Return the "name" of the object for the current locale. """
     return self.nameByLang(get_my_lang_code())