Author: mtredinnick
Date: 2008-10-23 23:40:51 -0500 (Thu, 23 Oct 2008)
New Revision: 9249
Modified:
django/branches/releases/1.0.X/django/conf/global_settings.py
Log:
[1.0.X] Fixed #9410 -- I did not spell Portuguese correctly 18 months ago.
Fixed now. Thanks, kimus.
Backport of r9247 from trunk.
Modified: django/branches/releases/1.0.X/django/conf/global_settings.py
===================================================================
--- django/branches/releases/1.0.X/django/conf/global_settings.py
2008-10-24 04:38:43 UTC (rev 9248)
+++ django/branches/releases/1.0.X/django/conf/global_settings.py
2008-10-24 04:40:51 UTC (rev 9249)
@@ -76,7 +76,7 @@
('nl', gettext_noop('Dutch')),
('no', gettext_noop('Norwegian')),
('pl', gettext_noop('Polish')),
- ('pt', gettext_noop('Portugese')),
+ ('pt', gettext_noop('Portuguese')),
('pt-br', gettext_noop('Brazilian Portuguese')),
('ro', gettext_noop('Romanian')),
('ru', gettext_noop('Russian')),
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---