From 5ad1bc98076f5f46e9586d1de3e95ee08430e50b Mon Sep 17 00:00:00 2001 From: Stas Malolepszy Date: Thu, 12 May 2011 01:21:47 +0200 Subject: [PATCH] Bug 656458 - update KNOWN_LANGUAGES on dev --- ffdemo/settings.py | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/ffdemo/settings.py b/ffdemo/settings.py index 0ed37f8..7b589f4 100644 --- a/ffdemo/settings.py +++ b/ffdemo/settings.py @@ -47,7 +47,26 @@ # Language code for this installation. All choices can be found here: # http://www.i18nguy.com/unicode/language-identifiers.html LANGUAGE_CODE = 'en-US' -KNOWN_LANGUAGES = ('en-US', 'ar', 'ca', 'cs', 'de', 'el', 'es', 'eu', 'fr', 'ga', 'he', 'hu', 'id', 'it', 'ja', 'ko', 'nl', 'pl', 'rm', 'ru', 'si', 'sl', 'sq', 'th', 'tr', 'zh-CN', 'zh-TW') +KNOWN_LANGUAGES = ( + 'en-US', + 'ar', + 'ca', + 'de', + 'el', + 'es', + 'fr', + 'fy-NL', + 'gl', + 'id', + 'ja', + 'ko', + 'nl', + 'pl', + 'pt-BR', + 'sl', + 'sq', + 'zh-TW', +) # List of RTL locales known to this project. Subset of LANGUAGES. RTL_LANGUAGES = ('ar',) # ('ar', 'fa', 'fa-IR', 'he')