diff --git a/scripts/update_po_files.py b/scripts/update_po_files.py index f835e0c..6c8c6bb 100755 --- a/scripts/update_po_files.py +++ b/scripts/update_po_files.py @@ -24,7 +24,7 @@ LANG_DIR = 'intl' MAIL_ADDRESS = 'translate@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 en eo es fi fr hu it ja nl pl pt ru sl sv".split(" ") +ALL_LANGUAGES = "cs da de en es fi fr hu it ja nl pl pt ru sl sv".split(" ") # --------------=-=-=- functions -=-=-=--------------------