Skip to content

Commit

Permalink
Added Estonian to global_settings.LANGUAGES. Refs #7141.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7697 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jacobian committed Jun 18, 2008
1 parent 7e0664b commit 8cb4895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django/conf/global_settings.py
Expand Up @@ -52,6 +52,7 @@
('el', gettext_noop('Greek')),
('en', gettext_noop('English')),
('es', gettext_noop('Spanish')),
('et', gettext_noop('Estonian')),
('es-ar', gettext_noop('Argentinean Spanish')),
('eu', gettext_noop('Basque')),
('fa', gettext_noop('Persian')),
Expand Down

0 comments on commit 8cb4895

Please sign in to comment.