kopia lustrzana https://github.com/backface/turtlestitch
rodzic
11dc3d3c7d
commit
3e5ca73d09
5
byob.js
5
byob.js
|
@ -108,7 +108,7 @@ BooleanSlotMorph, XML_Serializer*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.byob = '2017-October-04';
|
modules.byob = '2017-October-09';
|
||||||
|
|
||||||
// Declarations
|
// Declarations
|
||||||
|
|
||||||
|
@ -1954,7 +1954,8 @@ BlockEditorMorph.prototype.init = function (definition, target) {
|
||||||
|
|
||||||
// override inherited properites:
|
// override inherited properites:
|
||||||
this.key = 'editBlock' + definition.spec;
|
this.key = 'editBlock' + definition.spec;
|
||||||
this.labelString = this.definition.isGlobal ? 'Block Editor' : 'Method';
|
this.labelString = this.definition.isGlobal ? 'Block Editor'
|
||||||
|
: 'Method Editor';
|
||||||
this.createLabel();
|
this.createLabel();
|
||||||
|
|
||||||
// create scripting area
|
// create scripting area
|
||||||
|
|
|
@ -3683,6 +3683,10 @@ Fixes:
|
||||||
------
|
------
|
||||||
* Esperanto translate update, thanks, Sebastian!
|
* Esperanto translate update, thanks, Sebastian!
|
||||||
|
|
||||||
|
171009
|
||||||
|
------
|
||||||
|
* changed label of "Method" to "Method Editor", thanks, Brian!
|
||||||
|
|
||||||
|
|
||||||
v4.1 Features:
|
v4.1 Features:
|
||||||
* polymorphic sprite-local custom blocks
|
* polymorphic sprite-local custom blocks
|
||||||
|
|
|
@ -185,7 +185,7 @@ SnapTranslator.dict.de = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'jens@moenig.org', // optional
|
'jens@moenig.org', // optional
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2017-09-19', // this, too, will appear in the Translators tab
|
'2017-10-09', // this, too, will appear in the Translators tab
|
||||||
|
|
||||||
// GUI
|
// GUI
|
||||||
// control bar:
|
// control bar:
|
||||||
|
@ -1155,8 +1155,8 @@ SnapTranslator.dict.de = {
|
||||||
// block editor
|
// block editor
|
||||||
'Block Editor':
|
'Block Editor':
|
||||||
'Blockeditor',
|
'Blockeditor',
|
||||||
'Method':
|
'Method Editor':
|
||||||
'Methode',
|
'Methodeneditor',
|
||||||
'Apply':
|
'Apply':
|
||||||
'Anwenden',
|
'Anwenden',
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
/*global modules, contains*/
|
/*global modules, contains*/
|
||||||
|
|
||||||
modules.locale = '2017-October-06';
|
modules.locale = '2017-October-09';
|
||||||
|
|
||||||
// Global stuff
|
// Global stuff
|
||||||
|
|
||||||
|
@ -160,7 +160,7 @@ SnapTranslator.dict.de = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'jens@moenig.org',
|
'jens@moenig.org',
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2017-09-19'
|
'2017-10-09'
|
||||||
};
|
};
|
||||||
|
|
||||||
SnapTranslator.dict.it = {
|
SnapTranslator.dict.it = {
|
||||||
|
|
Ładowanie…
Reference in New Issue