Skip to content

Instantly share code, notes, and snippets.

@serefayar
Created September 25, 2011 19:23
Show Gist options
  • Save serefayar/1241006 to your computer and use it in GitHub Desktop.
Save serefayar/1241006 to your computer and use it in GitHub Desktop.
lettuce turkish translation
From 817949288af387726a08a2eb77db1b2365f3ec9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=9Eeref=20R.=20Ayar?= <serefayar@gmail.com>
Date: Sun, 25 Sep 2011 22:16:49 +0300
Subject: [PATCH] adding translation for turkish
---
lettuce/languages.py | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/lettuce/languages.py b/lettuce/languages.py
index fec64bd..e0fb877 100644
--- a/lettuce/languages.py
+++ b/lettuce/languages.py
@@ -97,4 +97,15 @@ LANGUAGES = {
'scenario_outline': u'シナリオアウトライン|シナリオテンプレート|テンプレ|シナリオテンプレ',
'scenario_separator': u'(シナリオ|シナリオアウトライン|シナリオテンプレート|テンプレ|シナリオテンプレ)',
},
+
+ 'tr': {
+ 'examples': u'Örnekler',
+ 'feature': u'Özellik',
+ 'name': u'Turkish',
+ 'native': u'Türkçe',
+ 'scenario': u'Senaryo',
+ 'scenario_outline': u'Senaryo taslağı|Senaryo Taslağı',
+ 'scenario_separator': u'(Senaryo taslağı|Senaryo Taslağı|Senaryo)',
+ },
+
}
--
1.7.4.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment