remove debug print; add import to Config; gettextify tables
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user