Author: russellm
Date: 2009-09-12 23:40:17 -0500 (Sat, 12 Sep 2009)
New Revision: 11552

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

Modified: django/trunk/django/contrib/localflavor/fr/forms.py
===================================================================
--- django/trunk/django/contrib/localflavor/fr/forms.py 2009-09-13 04:32:55 UTC 
(rev 11551)
+++ django/trunk/django/contrib/localflavor/fr/forms.py 2009-09-13 04:40:17 UTC 
(rev 11552)
@@ -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