From 76e401f9b28a63f21f71339ab3c620b2385f8c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Fri, 16 Aug 2024 12:36:31 +0200 Subject: [PATCH] tiles library update: new "render" block, German translation update for upvar names --- HISTORY.md | 1 + libraries/tiles_module.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index f2a41da577..2c2a624841 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,7 @@ ### 2024-08-16 * German translation update for tiles library +* tiles library update: new "render" block, German translation update for upvar names ## 10.0.3: * **Notable Changes:** diff --git a/libraries/tiles_module.xml b/libraries/tiles_module.xml index 835d7fa322..3c1377fc4d 100644 --- a/libraries/tiles_module.xml +++ b/libraries/tiles_module.xml @@ -1 +1 @@ -Divide the stage into a grid of square regions with the given side length and perform an action at the center of each.
de:für jede Kachel der Größe _ _ 20
Divide the stage into a grid of same-sized rectangles specified by the number of columns and rows and perform an action at the center of each.
de:für jede Zelle _ im Raster _ _ zu _ _ _ 2015
\ No newline at end of file +Divide the stage into a grid of square regions with the given side length and perform an action at the center of each.
de:für jede Kachel der Größe _ _ 20
Divide the stage into a grid of same-sized rectangles specified by the number of columns and rows and perform an action at the center of each.
de:für jede _ im Raster _ _ zu _ _ _ $_tile20$_column15$_row
Divide the stage into a grid of square regions matching the dimensions of the given table and perform an action at the center of each.
de:für jede _ in Tabelle _ _ $_cell
\ No newline at end of file