mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 09:14:39 +02:00
Finish the translation of the text.
This commit is contained in:
@@ -186,7 +186,7 @@ do {
|
|||||||
let vegetable = "красный перец"
|
let vegetable = "красный перец"
|
||||||
switch vegetable {
|
switch vegetable {
|
||||||
case "сельдерей":
|
case "сельдерей":
|
||||||
let vegetableComment = "Добавьте немного изюма и make ants on a log."
|
let vegetableComment = "Добавьте немного изюма, имитируя муравьев на бревнышке."
|
||||||
case "огурец", "жеруха":
|
case "огурец", "жеруха":
|
||||||
let vegetableComment = "Было бы неплохо сделать бутерброд с чаем."
|
let vegetableComment = "Было бы неплохо сделать бутерброд с чаем."
|
||||||
case let localScopeValue where localScopeValue.hasSuffix("перец"):
|
case let localScopeValue where localScopeValue.hasSuffix("перец"):
|
||||||
|
Reference in New Issue
Block a user