Skip to content

Commit

Permalink
Fixed #3745 -- Added Portugese (pt) translation. Thanks Nuno Mariz.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4766 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Mar 20, 2007
1 parent 038aa4f commit f708bd6
Show file tree
Hide file tree
Showing 6 changed files with 2,235 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -133,6 +133,7 @@ answer newbie questions, and generally made Django that much better:
masonsimon+django@gmail.com
Manuzhai
Petar Marić <http://www.petarmaric.com/>
Nuno Mariz <nmariz@gmail.com>
mark@junklight.com
Yasushi Masuda <whosaysni@gmail.com>
mattycakes@gmail.com
Expand Down
1 change: 1 addition & 0 deletions django/conf/global_settings.py
Expand Up @@ -61,6 +61,7 @@
('nl', gettext_noop('Dutch')),
('no', gettext_noop('Norwegian')),
('pl', gettext_noop('Polish')),
('pt', gettext_noop('Portugese')),
('pt-br', gettext_noop('Brazilian')),
('ro', gettext_noop('Romanian')),
('ru', gettext_noop('Russian')),
Expand Down
Binary file added django/conf/locale/pt/LC_MESSAGES/django.mo
Binary file not shown.

0 comments on commit f708bd6

Please sign in to comment.