Skip to content

Commit

Permalink
Fixed #14768 -- Added an es_MX locale and initial translation. Thanks…
Browse files Browse the repository at this point in the history
… to Alonso Bautista Villalobos and the rest of the Mexican translation team.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Feb 6, 2011
1 parent accee39 commit 7536f63
Show file tree
Hide file tree
Showing 35 changed files with 5,519 additions and 0 deletions.
1 change: 1 addition & 0 deletions django/conf/global_settings.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
('en-gb', gettext_noop('British English')), ('en-gb', gettext_noop('British English')),
('es', gettext_noop('Spanish')), ('es', gettext_noop('Spanish')),
('es-ar', gettext_noop('Argentinian Spanish')), ('es-ar', gettext_noop('Argentinian Spanish')),
('es-mx', gettext_noop('Mexican Spanish')),
('et', gettext_noop('Estonian')), ('et', gettext_noop('Estonian')),
('eu', gettext_noop('Basque')), ('eu', gettext_noop('Basque')),
('fa', gettext_noop('Persian')), ('fa', gettext_noop('Persian')),
Expand Down
Binary file added django/conf/locale/es_MX/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 7536f63

Please sign in to comment.