From 7253e4b9e279956b809ed215fbc001ccc249bda9 Mon Sep 17 00:00:00 2001 From: lars Date: Wed, 29 Nov 2006 13:44:27 +0000 Subject: [PATCH] esperanto removed from update script --- scripts/update_po_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -=-=-=--------------------