Author: russellm
Date: 2009-09-13 01:34:11 -0500 (Sun, 13 Sep 2009)
New Revision: 11574

Modified:
   django/branches/releases/1.1.X/django/contrib/localflavor/fr/forms.py
Log:
[1.1.X] Fixed #11746 -- Marked a string for translation in the FR localflavor. 
Thanks to iapain for the report and patch.

Merge of r11552 from trunk.

Modified: django/branches/releases/1.1.X/django/contrib/localflavor/fr/forms.py
===================================================================
--- django/branches/releases/1.1.X/django/contrib/localflavor/fr/forms.py       
2009-09-13 06:34:02 UTC (rev 11573)
+++ django/branches/releases/1.1.X/django/contrib/localflavor/fr/forms.py       
2009-09-13 06:34:11 UTC (rev 11574)
@@ -27,7 +27,7 @@
     '0X XX XX XX XX'.
     """
     default_error_messages = {
-        'invalid': u'Phone numbers must be in 0X XX XX XX XX format.',
+        'invalid': _('Phone numbers must be in 0X XX XX XX XX format.'),
     }
 
     def clean(self, value):


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to