Created
August 28, 2010 10:21
-
-
Save brunobord/554988 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
diff --git a/lettuce/languages.py b/lettuce/languages.py | |
index 02401d7..4e52709 100644 | |
--- a/lettuce/languages.py | |
+++ b/lettuce/languages.py | |
@@ -23,7 +23,7 @@ LANGUAGES = { | |
'native': u'English', | |
'scenario': u'Scenario', | |
'scenario_outline': u'Scenario Outline', | |
- 'scenario_separator': u'(Scenario Outline|Scenario)', | |
+ 'scenario_separator': u'(Scenario Outline|Scenario)', | |
}, | |
'pt-br': { | |
'examples': u'Exemplos|Cenários', | |
@@ -60,5 +60,14 @@ LANGUAGES = { | |
'scenario': u'Escenario', | |
'scenario_outline': u'Esquema de Escenario', | |
'scenario_separator': u'(Esquema de Escenario|Escenario)', | |
- }, | |
+ }, | |
+ 'fr': { | |
+ 'exemples': u'Exemples', | |
+ 'feature': u'Fonctionnalité', | |
+ 'name': u'French', | |
+ 'native': u'Français', | |
+ 'scenario': u'Scénario', | |
+ 'scenario_outline': u'(Plan du scénario|Plan du Scénario)', | |
+ 'scenario_separator': u'(Plan du scénario|Scénario)', | |
+ } | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment