From c0d8c2a9c9703b08de99b6621560d2141f5ea960 Mon Sep 17 00:00:00 2001 From: Lennard Sprong Date: Thu, 25 Jun 2026 20:29:37 +0200 Subject: [PATCH] Translated using Weblate (English) Currently translated at 100.0% (337 of 337 strings) Translation: pzprjs/Genre Rules Translate-URL: https://hosted.weblate.org/projects/pzprjs/rules/en/ --- src-ui/res/rules.en.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src-ui/res/rules.en.yaml b/src-ui/res/rules.en.yaml index f8db0d6da..507ab4551 100644 --- a/src-ui/res/rules.en.yaml +++ b/src-ui/res/rules.en.yaml @@ -539,3 +539,9 @@ slovak: |- 1. Each row and column contains exactly one of each number (excluding numbers on shaded cells). Some cells remain empty. 2. Numbers on shaded cells indicate the sum of numbers in the (up to four) orthogonally adjacent cells. 3. The amount of circles on a shaded cell indicates how many of the (up to four) orthogonally adjacent cells must be filled with a number. Clues without any circles have an unknown amount. +vertigo: |- + Draw a loop that goes through every unshaded cell. + 1. The loop cannot branch off. + 2. All turns along the entire loop must be in the same direction. + 3. The loop cannot go through shaded cells. + 4. Two perpendicular line segments may intersect each other, but they may not turn at their intersection or otherwise overlap.