1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-10 00:36:48 +02:00

Finish the translation of the text.

This commit is contained in:
TheDmitry
2015-01-21 13:24:34 +03:00
parent 4e130fce1c
commit 206568a4b0

View File

@@ -186,7 +186,7 @@ do {
let vegetable = "красный перец"
switch vegetable {
case "сельдерей":
let vegetableComment = "Добавьте немного изюма и make ants on a log."
let vegetableComment = "Добавьте немного изюма, имитируя муравьев на бревнышке."
case "огурец", "жеруха":
let vegetableComment = "Было бы неплохо сделать бутерброд с чаем."
case let localScopeValue where localScopeValue.hasSuffix("перец"):