Explorar o código

Added missing text translation utility file.

Sander Mathijs van Veen %!s(int64=14) %!d(string=hai) anos
pai
achega
b76e038628
Modificáronse 1 ficheiros con 6 adicións e 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