mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-09 16:26:53 +02:00
Finish the translation of the text.
This commit is contained in:
@@ -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("перец"):
|
||||
|
Reference in New Issue
Block a user