From a1822f825d3ddfc7c8ece0b029604d3def8d6ecb Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 29 Sep 2015 11:08:27 +0200 Subject: Added english descriptions. --- python/problems/lists_and_for/contains_42/en.py | 4 ++-- python/problems/lists_and_for/contains_string/en.py | 4 ++-- python/problems/lists_and_for/en.py | 2 ++ python/problems/lists_and_for/sl.py | 3 ++- 4 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 python/problems/lists_and_for/en.py (limited to 'python/problems/lists_and_for') diff --git a/python/problems/lists_and_for/contains_42/en.py b/python/problems/lists_and_for/contains_42/en.py index 878e4ca..805b37c 100644 --- a/python/problems/lists_and_for/contains_42/en.py +++ b/python/problems/lists_and_for/contains_42/en.py @@ -1,8 +1,8 @@ # coding=utf-8 id = 193 -name = '(translation missing)' -slug = '(translation missing)' +name = 'Contains 42' +slug = 'Contains 42' description = '''\

(translation missing)

''' diff --git a/python/problems/lists_and_for/contains_string/en.py b/python/problems/lists_and_for/contains_string/en.py index 20b395b..fa17867 100644 --- a/python/problems/lists_and_for/contains_string/en.py +++ b/python/problems/lists_and_for/contains_string/en.py @@ -1,8 +1,8 @@ # coding=utf-8 id = 194 -name = '(translation missing)' -slug = '(translation missing)' +name = 'Contains string' +slug = 'Contains string' description = '''\

(translation missing)

''' diff --git a/python/problems/lists_and_for/en.py b/python/problems/lists_and_for/en.py new file mode 100644 index 0000000..21b7876 --- /dev/null +++ b/python/problems/lists_and_for/en.py @@ -0,0 +1,2 @@ +name = 'Lists and for loop' +description = 'Lists, tuples, for loop' \ No newline at end of file diff --git a/python/problems/lists_and_for/sl.py b/python/problems/lists_and_for/sl.py index 177f67a..d9c38e9 100644 --- a/python/problems/lists_and_for/sl.py +++ b/python/problems/lists_and_for/sl.py @@ -1 +1,2 @@ -name = 'Seznami, terke, zanka for' +name = 'Seznami in zanka for' +description = 'Seznami, terke, zanka for' \ No newline at end of file -- cgit v1.2.1