Added new allowed language (French).

This commit is contained in:
Emanuel Schuetze 2012-11-07 22:24:39 +01:00
parent b66a57d341
commit a3627b77b4
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ ugettext = lambda s: s
LANGUAGES = (
('de', ugettext('German')),
('en', ugettext('English')),
('fr', ugettext('French')),
)