Skip to content

Commit

Permalink
Merge branch 'JensRantil-swedish-language'
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Dec 17, 2012
2 parents 61c4640 + 0780c96 commit 2c982d9
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions lettuce/languages.py
Expand Up @@ -15,6 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.


LANGUAGES = {
'en': {
'examples': u'Examples|Scenarios',
Expand Down Expand Up @@ -85,7 +86,7 @@
'scenario_outline': u'Plan de Scénario|Plan du Scénario',
'scenario_separator': u'(Plan de Scénario|Plan du Scénario|Scénario)',
'background': u'(?:Background)',
},
},
'de': {
'examples': u'Beispiele|Szenarios',
'feature': u'Funktionalität|Funktion',
Expand All @@ -95,7 +96,7 @@
'scenario_outline': u'Szenario-Zusammenfassung|Zusammenfassung',
'scenario_separator': u'(Szenario-Zusammenfassung|Zusammenfassung)',
'background': u'(?:Background)',
},
},
'ja': {
'examples': u'例',
'feature': u'フィーチャ',
Expand All @@ -115,8 +116,8 @@
'scenario_outline': u'Senaryo taslağı|Senaryo Taslağı',
'scenario_separator': u'(Senaryo taslağı|Senaryo Taslağı|Senaryo)',
'background': u'(?:Background)',
},
'zh-CN': {
},
'zh-CN': {
'examples': u'例如|场景集',
'feature': u'特性',
'name': u'Simplified Chinese',
Expand All @@ -126,7 +127,7 @@
'scenario_separator': u'(场景模板|场景)',
'background': u'(?:背景)',
},
'zh-TW': {
'zh-TW': {
'examples': u'例如|場景集',
'feature': u'特性',
'name': u'Traditional Chinese',
Expand Down Expand Up @@ -175,5 +176,15 @@
'scenario_outline': u'Situasjon Oversikt',
'scenario_separator': u'(Situasjon Oversikt|Situasjon)',
'background': u'(?:Bakgrunn)',
}
},
'sv': {
'examples': u'Exempel|Scenarion',
'feature': u'Egenskaper',
'name': u'Swedish',
'native': u'Svenska',
'scenario': u'Scenario',
'scenario_outline': u'Scenarioöversikt',
'scenario_separator': u'(Scenarioöversikt|Scenario)',
'background': u'(?:Context)',
},
}

0 comments on commit 2c982d9

Please sign in to comment.