tags/v0.3.5: Merged translations from branches/translation-base-v0.4
This commit is contained in:
parent
341bc01b21
commit
06482f10cc
235 changed files with 9985 additions and 1053 deletions
|
@ -65,7 +65,7 @@ LANG_DIR = 'intl'
|
|||
MAIL_ADDRESS = 'info@cryptobox.org'
|
||||
## the complete list of languages wastes a lot of space - for now we use only a few
|
||||
#ALL_LANGUAGES = "af aka am ar bn ca cs da de el en es et eu fa fi fr fur gl he hi hr hu hy is it ja ka kg ko ku lt lv mr ms mt nb ne nl nn ns pa pl pt ru sl sr st sv tr uk ve vi xh".split(" ")
|
||||
ALL_LANGUAGES = "cs da de et en es fi fr hr hu it ja nl pl pt ru sl sv ur".split(" ")
|
||||
ALL_LANGUAGES = "af cs da de et en es fi fr hr hu it ja nl pl pt ru sl sv ur zh_CN zh_HK".split(" ")
|
||||
|
||||
# --------------=-=-=- functions -=-=-=--------------------
|
||||
|
||||
|
@ -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