Explorar el Código

Added missing text translation utility file.

Sander Mathijs van Veen hace 14 años
padre
commit
b76e038628
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      src/translate.py

+ 6 - 0
src/translate.py

@@ -0,0 +1,6 @@
+import gettext
+
+gettext.bindtextdomain('trs', 'lang')
+gettext.textdomain('trs')
+
+_ = gettext.gettext