diff --git a/HISTORY.md b/HISTORY.md index 26ffe165..75457413 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -39,6 +39,8 @@ ### 2021-10-04 * blocks: added "enter" key to key-pressed dropdown +* updated German translation for "enter" key + * migrated Bangla block specs * migrated Portuguese block specs * migrated Norwegian block specs diff --git a/locale/lang-de.js b/locale/lang-de.js index 5e08a80a..a6709726 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': - '2021-10-01', // this, too, will appear in the Translators tab + '2021-10-04', // this, too, will appear in the Translators tab // GUI // control bar: @@ -1792,6 +1792,8 @@ SnapTranslator.dict.de = { // keys 'space': 'Leertaste', + 'enter': + 'Eingabetaste', 'up arrow': 'Pfeil nach oben', 'down arrow': diff --git a/snap.html b/snap.html index b1307593..a6f6d42d 100755 --- a/snap.html +++ b/snap.html @@ -31,7 +31,7 @@ - + diff --git a/src/locale.js b/src/locale.js index d23a9ec5..f3a227a0 100644 --- a/src/locale.js +++ b/src/locale.js @@ -50,7 +50,7 @@ // Global stuff -modules.locale = '2021-October-01'; +modules.locale = '2021-October-04'; var Localizer; var SnapTranslator = new Localizer(); @@ -170,7 +170,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org, jadga.huegle@sap.com', 'last_changed': - '2021-10-01' + '2021-10-04' }; SnapTranslator.dict.it = {