new languages patch with pluralization, thanks Vladyslav

This commit is contained in:
mdipierro
2012-07-18 11:22:41 -05:00
parent 7b62588d7e
commit 9cfb1e8afd
41 changed files with 2185 additions and 1729 deletions
-3
View File
@@ -211,9 +211,6 @@ def run(
exec ('print %s()' % f, _env)
return
# "woodoo magic" workaround: reinitialize main.py
g={}; exec "import main" in g; del g
_env.update(exec_pythonrc())
if startfile:
try: