mirror of https://github.com/django/django.git
Added Estonian to global_settings.LANGUAGES. Refs #7141.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7697 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7e0664bfd8
commit
8cb4895c68
|
@ -52,6 +52,7 @@ LANGUAGES = (
|
||||||
('el', gettext_noop('Greek')),
|
('el', gettext_noop('Greek')),
|
||||||
('en', gettext_noop('English')),
|
('en', gettext_noop('English')),
|
||||||
('es', gettext_noop('Spanish')),
|
('es', gettext_noop('Spanish')),
|
||||||
|
('et', gettext_noop('Estonian')),
|
||||||
('es-ar', gettext_noop('Argentinean Spanish')),
|
('es-ar', gettext_noop('Argentinean Spanish')),
|
||||||
('eu', gettext_noop('Basque')),
|
('eu', gettext_noop('Basque')),
|
||||||
('fa', gettext_noop('Persian')),
|
('fa', gettext_noop('Persian')),
|
||||||
|
|
Loading…
Reference in New Issue