From b3a25123007bff5a016c426634f91445f3bde93b Mon Sep 17 00:00:00 2001 From: Jeff Balogh Date: Mon, 7 Jun 2010 10:18:39 -0700 Subject: [PATCH] more locales for sieges --- scripts/siege.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/siege.py b/scripts/siege.py index 4e7400d6c3..8a14c45d43 100644 --- a/scripts/siege.py +++ b/scripts/siege.py @@ -7,9 +7,16 @@ import sys part_re = re.compile(r'\{([-\w]+)\}') +AMO_LANGUAGES = ( + 'af', 'ar', 'ca', 'cs', 'da', 'de', 'el', 'en-US', 'es-ES', 'eu', + 'fa', 'fi', 'fr', 'ga-IE', 'he', 'hu', 'id', 'it', 'ja', 'ko', + 'mn', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', 'sk', 'sq', 'sr', + 'sv-SE', 'uk', 'vi', 'zh-CN', 'zh-TW', +) + config = { 'base': [], - 'locale': 'en-US fr de he pt-BR ja zh-TW el'.split(), + 'locale': AMO_LANGUAGES, 'app': ['firefox'], 'extension-slug': [''] + """