Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Bug 656458 - update KNOWN_LANGUAGES on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed May 11, 2011
1 parent 1db54c5 commit 5ad1bc9
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion ffdemo/settings.py
Expand Up @@ -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')
Expand Down

0 comments on commit 5ad1bc9

Please sign in to comment.