added language files for two new plugins
updated other language files via update_po_files script
This commit is contained in:
parent
db45d0594d
commit
df82cf63ec
106 changed files with 2660 additions and 120 deletions
|
@ -180,7 +180,7 @@ def process_language_file(hdf_file, po_dir, textDomain):
|
|||
os.chmod(po_file, 0666)
|
||||
## compile po file
|
||||
mo_file = po_file[:-3] + '.mo'
|
||||
translate.tools.pocompile.convertmo(file(po_file), file(mo_file,'w'), file(pot_file))
|
||||
#translate.tools.pocompile.convertmo(file(po_file), file(mo_file,'w'), file(pot_file))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue