remove debug print; add import to Config; gettextify tables

This commit is contained in:
steffen123
2010-08-15 21:09:18 +02:00
parent b4317bba2a
commit b08cb18c0e
15 changed files with 31 additions and 20 deletions
-1
View File
@@ -22,7 +22,6 @@ import Queue
import locale
lang=locale.getdefaultlocale()[0][0:2]
print "lang:", lang
if lang=="en":
def _(string): return string
else: