Created
July 30, 2010 13:03
-
-
Save court-jus/500470 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 a736e93562d2ea84937b6ed45f12c7f5b74b4e24 Mon Sep 17 00:00:00 2001 | |
From: Ghislain LEVEQUE <ghislain.leveque@clarisys.fr> | |
Date: Fri, 30 Jul 2010 15:02:00 +0200 | |
Subject: [PATCH] adding translation for french | |
--- | |
lettuce/languages.py | 9 +++++++++ | |
1 files changed, 9 insertions(+), 0 deletions(-) | |
diff --git a/lettuce/languages.py b/lettuce/languages.py | |
index 02401d7..a7b76d2 100644 | |
--- a/lettuce/languages.py | |
+++ b/lettuce/languages.py | |
@@ -61,4 +61,13 @@ LANGUAGES = { | |
'scenario_outline': u'Esquema de Escenario', | |
'scenario_separator': u'(Esquema de Escenario|Escenario)', | |
}, | |
+ 'fr': { | |
+ 'examples': u'Exemples|Scénarios', | |
+ 'feature': u'Fonctionnalité', | |
+ 'name' : u'French', | |
+ 'native' : u'Français', | |
+ 'scenario' : u'Scénario', | |
+ 'scenario_outline' : u'Contour de scénario', | |
+ 'scenario_separator' : u'(Contour de scénario|Scénario)', | |
+ }, | |
} | |
-- | |
1.5.6.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment