Add more language by default
This commit is contained in:
parent
14a10f9944
commit
8b56f745ec
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue