translate.py 101 B

123456
  1. import gettext
  2. gettext.bindtextdomain('trs', 'lang')
  3. gettext.textdomain('trs')
  4. _ = gettext.gettext