From e8f8ea105f41532dc15856ec7da9eb910c6aa2f3 Mon Sep 17 00:00:00 2001 From: blargdag Date: Sun, 11 Jul 2021 10:39:18 -0700 Subject: [PATCH] Demarcate completed translations. --- language-ru.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/language-ru.cpp b/language-ru.cpp index 9c775de8..34a7f860 100644 --- a/language-ru.cpp +++ b/language-ru.cpp @@ -7248,7 +7248,7 @@ S("When the 'mark heptagons' option (hotkey '7') is on, moves between unmarked c "Когда опция 'отметить семиугольники' (клавиша '7') включена, ходы между неотмеченными клетками запрещены.") -// restructured menus +// this is the marked line S("colors & aura", "цветы и ауры") S("colors of some game objects can be edited by clicking them.", "можно изменить цветы нескольских объектов, кликая на них.") @@ -7269,3 +7269,5 @@ S("recently changed settings", "недавно изменённые настро S("quick projection", "быстрая проекция") S("highlight stuff", "подсветить вещи") S("Hint: these keys usually work during the game", "Подсказка: можно использовать эти клавиши во время игры") + +// Note: the translation should be complete until the marked line