Fixes in translations
This commit is contained in:
parent
0ab45f567d
commit
b0efd48866
1 changed files with 6 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue