Example #1
0
 def prepare_icu(self, msg_id, msg_text, msg_fields):
   return icu.MessageFormat(msg_text, icu.Locale('en'))
Example #2
0
 def prepare_icu(self, msg_id, msg_text, msg_fields, is_html=False):
     return icu.MessageFormat(_maybe_escape(msg_text, is_html),
                              icu.Locale('en'))