diff --git a/HISTORY.md b/HISTORY.md
index a3ca4d3f..c7e7cb6a 100755
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -49,6 +49,7 @@
* threads, byob: programmatically re-define custom blocks, experimental, under construction
* threads: programmatically re-categorize custom blocks
* blocks, object: new "set attribute of block" primitive, experimental
+* German translation update
### 2022-04-27
* threads, byob: custom block definition api, highly experimental, very much under construction
diff --git a/locale/lang-de.js b/locale/lang-de.js
index c7a413c0..b7ed4a15 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-04-26', // this, too, will appear in the Translators tab
+ '2022-04-28', // this, too, will appear in the Translators tab
// GUI
// control bar:
@@ -741,6 +741,8 @@ SnapTranslator.dict.de = {
'benutzerdefiniert?',
'global?':
'global?',
+ 'set %byob of block %repRing to %s':
+ 'setze %byob von Block %repRing auf %s',
// operators:
'sum':
diff --git a/snap.html b/snap.html
index b844a6b0..3cf5e862 100755
--- a/snap.html
+++ b/snap.html
@@ -31,7 +31,7 @@
-
+
diff --git a/src/locale.js b/src/locale.js
index 4f038e5d..0fcd6ecd 100644
--- a/src/locale.js
+++ b/src/locale.js
@@ -50,7 +50,7 @@
// Global stuff
-modules.locale = '2022-April-26';
+modules.locale = '2022-April-28';
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-04-26'
+ '2022-04-28'
};
SnapTranslator.dict.it = {