From 93a9ab45c61c54badeea037b01e48ed7ed839a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Tue, 22 Feb 2022 19:12:48 +0100 Subject: [PATCH] German translation update for "crossproduct %lists" --- HISTORY.md | 2 ++ locale/lang-de.js | 4 +++- snap.html | 6 +++--- src/locale.js | 4 ++-- src/threads.js | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 71e42c95..1631b331 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -9,12 +9,14 @@ * **Notable Fixes:** * **Documentation Updates:** * **Translation Updates:** + * German ### 2022-02-22 * new dev version * new "List Comprehension" library adding a HOF version of ZIP * threads: added "crossproduct" as relabel option for "append" * blocks: restore embedded inputs when relabelling variadic primitives +* German translation update for "crossproduct %lists" ## 7.2.0: * **New Features:** diff --git a/locale/lang-de.js b/locale/lang-de.js index f6e00c64..effd9e42 100644 --- a/locale/lang-de.js +++ b/locale/lang-de.js @@ -185,7 +185,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org, jadga.huegle@sap.com', // optional 'last_changed': - '2022-01-31', // this, too, will appear in the Translators tab + '2022-02-22', // this, too, will appear in the Translators tab // GUI // control bar: @@ -863,6 +863,8 @@ SnapTranslator.dict.de = { 'Index', 'append %lists': 'verbinde %lists', + 'crossproduct %lists': + 'Kreuzprodukt %lists', 'reshape %l to %nums': 'strukturiere %l in %nums', 'add %s to %l': diff --git a/snap.html b/snap.html index b9a38d57..ac8ef156 100755 --- a/snap.html +++ b/snap.html @@ -16,8 +16,8 @@ - - + + @@ -31,7 +31,7 @@ - + diff --git a/src/locale.js b/src/locale.js index ec5066cd..7bcece07 100644 --- a/src/locale.js +++ b/src/locale.js @@ -50,7 +50,7 @@ // Global stuff -modules.locale = '2022-January-31'; +modules.locale = '2022-February-22'; var Localizer; var SnapTranslator = new Localizer(); @@ -187,7 +187,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org, jadga.huegle@sap.com', 'last_changed': - '2022-01-31' + '2022-02-22' }; SnapTranslator.dict.it = { diff --git a/src/threads.js b/src/threads.js index 6c3e72a7..a50d4b72 100644 --- a/src/threads.js +++ b/src/threads.js @@ -64,7 +64,7 @@ SnapExtensions, AlignmentMorph, TextMorph, Cloud, HatBlockMorph*/ /*jshint esversion: 6*/ -modules.threads = '2022-February-21'; +modules.threads = '2022-February-22'; var ThreadManager; var Process;