Browse Source

convenience _ method

subparsing
chriskiehl 10 years ago
parent
commit
c1f8314e9b
1 changed files with 3 additions and 0 deletions
  1. 3
      gooey/gui/lang/i18n.py

3
gooey/gui/lang/i18n.py

@ -43,6 +43,9 @@ def load(filename):
def translate(key):
return _DICTIONARY[key]
def _(key):
return _DICTIONARY[key]
if __name__ == '__main__':
pass

Loading…
Cancel
Save