Created
March 27, 2011 14:05
-
-
Save madjar/889223 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 09679928282f6757050e8b5fddc5a908699238ef Mon Sep 17 00:00:00 2001 | |
From: Georges Dubus <georges.dubus@compiletoi.net> | |
Date: Sun, 27 Mar 2011 15:58: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 61f4a56..2f3ca4b 100644 | |
--- a/lettuce/languages.py | |
+++ b/lettuce/languages.py | |
@@ -70,4 +70,13 @@ LANGUAGES = { | |
'scenario_outline': u'Forgatókönyv vázlat', | |
'scenario_separator': u'(Forgatókönyv|Forgatókönyv vázlat)', | |
}, | |
+ 'fr': { | |
+ 'examples': u'Exemples|Scénarios', | |
+ 'feature': u'Fonctionnalité|Fonction', | |
+ 'name': u'French', | |
+ 'native': u'Français', | |
+ 'scenario': u'Scénario', | |
+ 'scenario_outline': u'Plan de Scénario|Plan du Scénario', | |
+ 'scenario_separator': u'(Plan de Scénario|Plan du Scénario|Scénario)', | |
+ }, | |
} | |
-- | |
1.7.4.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment