Fixes in translations

This commit is contained in:
Antonio de la Rosa 2017-07-17 16:56:18 +02:00
parent 0ab45f567d
commit b0efd48866

View file

@ -103,6 +103,7 @@ def admin(**args):
for key, text in I18n.l[lang][selected_module].items():
if key in forms.post:
arr_l=json.loads(forms.post[key])
file_lang+="I18n.l['"+lang+"']['"+selected_module+"']['"+key+"']='"+arr_l[lang].replace("'", "\\'")+"'\n\n"