From 1e675ab9631e64222fb8f07a98efc1fb112ca94a Mon Sep 17 00:00:00 2001 From: Evgeniy Khramov Date: Mon, 10 Apr 2023 02:46:29 +0000 Subject: [PATCH] Translated using Weblate (Russian) Currently translated at 100.0% (189 of 189 strings) Translation: Hedy/Cheatsheets Translate-URL: https://hosted.weblate.org/projects/hedy/commands/ru/ --- content/cheatsheets/ru.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/cheatsheets/ru.yaml b/content/cheatsheets/ru.yaml index cdb87805c37..5434321b5c5 100644 --- a/content/cheatsheets/ru.yaml +++ b/content/cheatsheets/ru.yaml @@ -166,7 +166,7 @@ - name: назначить текст explanation: Текст в кавычках после `=` demo_code: "имя = 'Hedy the Robot'\n{print} 'Hello ' имя" -- name: котировки после сравнения `{if}` +- name: кавычки после сравнения `{if}` explanation: Текст в кавычках после `{if}`. demo_code: "имя = {ask} 'Кто вы?'\n{if} имя = 'Хеди'\n {print} 'Hi there!'" - name: кавычки в списке