new languages patch with pluralization, thanks Vladyslav

This commit is contained in:
mdipierro
2012-07-18 11:22:41 -05:00
parent ac95b3991e
commit b75ebb9887
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: