diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-08-11 05:47:44 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-08-11 05:47:44 +0000 |
| commit | 200686ba4a6b8f4a8f1005572316a746265edde8 (patch) | |
| tree | 4ad3de9a0a6435c1291cc693536c63b74cea850f | |
| parent | a819988ec150955b9cbd0546b61500597b2699d4 (diff) | |
Fixed #4966 -- Fixed some typos in the French translation. Thanks, cedric@terramater.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5837 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | django/conf/locale/fr/LC_MESSAGES/django.mo | bin | 49591 -> 49592 bytes | |||
| -rw-r--r-- | django/conf/locale/fr/LC_MESSAGES/django.po | 4 |
3 files changed, 3 insertions, 2 deletions
@@ -70,6 +70,7 @@ answer newbie questions, and generally made Django that much better: Ricardo Javier Cárdenes Medina <ricardo.cardenes@gmail.com> Antonio Cavedoni <http://cavedoni.com/> C8E + cedric@terramater.net Chris Chamberlin <dja@cdc.msbx.net> Amit Chakradeo <http://amit.chakradeo.net/> ChaosKCW diff --git a/django/conf/locale/fr/LC_MESSAGES/django.mo b/django/conf/locale/fr/LC_MESSAGES/django.mo Binary files differindex 32b009440f..55e4e57f5a 100644 --- a/django/conf/locale/fr/LC_MESSAGES/django.mo +++ b/django/conf/locale/fr/LC_MESSAGES/django.mo diff --git a/django/conf/locale/fr/LC_MESSAGES/django.po b/django/conf/locale/fr/LC_MESSAGES/django.po index c64130e4dd..ba335f5eae 100644 --- a/django/conf/locale/fr/LC_MESSAGES/django.po +++ b/django/conf/locale/fr/LC_MESSAGES/django.po @@ -2862,7 +2862,7 @@ msgstr "jul" #: utils/dates.py:24 msgid "aug" -msgstr "aout" +msgstr "août" #: utils/dates.py:24 msgid "sep" @@ -2890,7 +2890,7 @@ msgstr "Fév." #: utils/dates.py:32 msgid "Aug." -msgstr "Aôut" +msgstr "Août" #: utils/dates.py:32 msgid "Sept." |
