added language files for two new plugins

updated other language files via update_po_files script
This commit is contained in:
lars 2008-07-17 23:23:18 +00:00
parent db45d0594d
commit df82cf63ec
106 changed files with 2660 additions and 120 deletions

View file

@ -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))