kopia lustrzana https://github.com/backface/turtlestitch
Polish translation, thanks, Witek Kranas!
rodzic
c01a236f95
commit
ade3c6ab48
|
@ -1846,3 +1846,7 @@ ______
|
||||||
* Blocks: Undrop Comments feature
|
* Blocks: Undrop Comments feature
|
||||||
* Blocks: Undrop Commands feature
|
* Blocks: Undrop Commands feature
|
||||||
* German translation update (for Undrop feature)
|
* German translation update (for Undrop feature)
|
||||||
|
|
||||||
|
130805
|
||||||
|
------
|
||||||
|
* Polish translation, yay!! Thanks, Witek Kranas!
|
||||||
|
|
Plik diff jest za duży
Load Diff
13
locale.js
13
locale.js
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
/*global modules, contains*/
|
/*global modules, contains*/
|
||||||
|
|
||||||
modules.locale = '2013-August-02';
|
modules.locale = '2013-August-06';
|
||||||
|
|
||||||
// Global stuff
|
// Global stuff
|
||||||
|
|
||||||
|
@ -303,3 +303,14 @@ SnapTranslator.dict.nl = {
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2013-07-24'
|
'2013-07-24'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
SnapTranslator.dict.pl = {
|
||||||
|
'language_name':
|
||||||
|
'Polski',
|
||||||
|
'language_translator':
|
||||||
|
'Witek Kranas',
|
||||||
|
'translator_e-mail':
|
||||||
|
'witek@oeiizk.waw.pl',
|
||||||
|
'last_changed':
|
||||||
|
'2013-08-05'
|
||||||
|
};
|
||||||
|
|
|
@ -123,7 +123,7 @@ PrototypeHatBlockMorph*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.objects = '2013-July-31';
|
modules.objects = '2013-August-06';
|
||||||
|
|
||||||
var SpriteMorph;
|
var SpriteMorph;
|
||||||
var StageMorph;
|
var StageMorph;
|
||||||
|
@ -1169,6 +1169,9 @@ SpriteMorph.prototype.init = function (globals) {
|
||||||
this.idx = 0; // not to be serialized (!) - used for de-serialization
|
this.idx = 0; // not to be serialized (!) - used for de-serialization
|
||||||
this.wasWarped = false; // not to be serialized, used for fast-tracking
|
this.wasWarped = false; // not to be serialized, used for fast-tracking
|
||||||
|
|
||||||
|
this.parts = []; // sprite nesting
|
||||||
|
this.anchor = null; // sprite nesting
|
||||||
|
|
||||||
SpriteMorph.uber.init.call(this);
|
SpriteMorph.uber.init.call(this);
|
||||||
|
|
||||||
this.isDraggable = true;
|
this.isDraggable = true;
|
||||||
|
|
Ładowanie…
Reference in New Issue