Skip to content

Instantly share code, notes, and snippets.

@madjar
Created April 12, 2011 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madjar/915402 to your computer and use it in GitHub Desktop.
Save madjar/915402 to your computer and use it in GitHub Desktop.
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