diff --git a/HISTORY.md b/HISTORY.md index 8efea78b..7ba3f466 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,7 @@ ## in development: +## 6.3.7 * **Notable Changes:** * added "loadProjectXML" method to the api * hyperized "atrribute OF sprite" reporter primitive in the sensing category @@ -12,6 +13,12 @@ * API update for "loadProjectXML" * **Notable Fixes:** * fixed display of inherited sprite-local variables +* **Translation Updates:** + * Greek, thanks, HM100! + +### 2020-11-23 +* Greek translation update, thanks, HM100! +* prepared patch ### 2020-11-22 * objects: fixed display of inherited sprite-local variables diff --git a/snap.html b/snap.html index 5b1a47d6..d08c0339 100755 --- a/snap.html +++ b/snap.html @@ -3,7 +3,7 @@ - Snap! 6.3.7 - dev - Build Your Own Blocks + Snap! 6.3.7 Build Your Own Blocks @@ -11,7 +11,7 @@ - + @@ -21,7 +21,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 840f0a81..ada45a50 100644 --- a/src/gui.js +++ b/src/gui.js @@ -78,7 +78,7 @@ Animation, BoxMorph, BlockEditorMorph, BlockDialogMorph, Note, ZERO, BLACK*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2020-November-21'; +modules.gui = '2020-November-23'; // Declarations @@ -4007,7 +4007,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 6.3.7 - dev -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 6.3.7\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2008-2020 Jens M\u00F6nig and ' + 'Brian Harvey\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n' diff --git a/src/locale.js b/src/locale.js index e64d63f6..34b734f3 100644 --- a/src/locale.js +++ b/src/locale.js @@ -46,7 +46,7 @@ /*global modules, contains*/ -modules.locale = '2020-November-20'; +modules.locale = '2020-November-23'; // Global stuff @@ -366,7 +366,7 @@ SnapTranslator.dict.el = { 'translator_e-mail': 'ino.samaras@berkeley.edu, aprekates@sch.gr', 'last_changed': - '2020-10-09' + '2020-11-23' }; SnapTranslator.dict.ca = {