Add more language by default

This commit is contained in:
Yohan Boniface 2013-12-04 23:19:19 +01:00
parent 14a10f9944
commit 8b56f745ec

View file

@ -23,6 +23,12 @@ LANGUAGE_CODE = 'en'
LANGUAGES = ( LANGUAGES = (
('en', 'English'), ('en', 'English'),
('fr', u'Francais'), ('fr', u'Francais'),
('it', u'Italiano'),
('pt', u'Portuguese'),
('nl', u'Dutch'),
('es', u'Español'),
('fi', u'Finnish'),
('de', u'Deutsch'),
) )
# Make this unique, and don't share it with anybody. # Make this unique, and don't share it with anybody.