diff --git a/HISTORY.md b/HISTORY.md index 4614f970..753256c5 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -29,6 +29,7 @@ ### 2022-03-28 * new "Tad" turtle costumes, thanks, Meghan and Brian! * blocks, threads: new "position" choice in OF reporter's attribute dropdown, reports a list of XY coordinates +* German translation update for "position" ### 2022-03-25 * threads: added @xBZZZZ's JSCompiler fixes (was #3009) diff --git a/locale/lang-de.js b/locale/lang-de.js index 8e1ced13..ddcefd9a 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-03-24', // this, too, will appear in the Translators tab + '2022-03-28', // this, too, will appear in the Translators tab // GUI // control bar: @@ -2088,6 +2088,8 @@ SnapTranslator.dict.de = { 'Rand oben', 'bottom': 'Rand unten', + 'position': + 'Position', 'costume name': 'Kostümname', diff --git a/snap.html b/snap.html index 22585518..b6bb7275 100755 --- a/snap.html +++ b/snap.html @@ -31,7 +31,7 @@ - + diff --git a/src/locale.js b/src/locale.js index 24a7b34d..b75dc9bd 100644 --- a/src/locale.js +++ b/src/locale.js @@ -50,7 +50,7 @@ // Global stuff -modules.locale = '2022-March-24'; +modules.locale = '2022-March-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-03-24' + '2022-03-28' }; SnapTranslator.dict.it = {