Created
April 12, 2011 12:15
-
-
Save madjar/915402 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From bb459af50a4daa5022b93576ccc9035c4081353d Mon Sep 17 00:00:00 2001 | |
From: Georges Dubus <georges.dubus@compiletoi.net> | |
Date: Tue, 12 Apr 2011 14:09:14 +0200 | |
Subject: [PATCH] French translation fixed. | |
--- | |
lettuce/languages.py | 2 +- | |
1 files changed, 1 insertions(+), 1 deletions(-) | |
diff --git a/lettuce/languages.py b/lettuce/languages.py | |
index d4561a9..a31090b 100644 | |
--- a/lettuce/languages.py | |
+++ b/lettuce/languages.py | |
@@ -72,7 +72,7 @@ LANGUAGES = { | |
}, | |
'fr': { | |
'examples': u'Exemples|Scénarios', | |
- 'feature': u'Fonctionnalité|Fonction', | |
+ 'feature': u'Fonctionnalité', | |
'name': u'French', | |
'native': u'Français', | |
'scenario': u'Scénario', | |
-- | |
1.7.4.4 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment