move in palette, add german translation

pull/68/head
Michael Aschauer 2018-10-08 11:50:07 +02:00
rodzic b7ca2a4cc0
commit 1069825c90
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -65,7 +65,9 @@ tempDict = {
'gehe zu x: %n y: %n in %n er Schritten', 'gehe zu x: %n y: %n in %n er Schritten',
'go to x: %n y: %n in %n': 'go to x: %n y: %n in %n':
'gehe zu x: %n y: %n in %n Stichen', 'gehe zu x: %n y: %n in %n Stichen',
'point towards x: %n y: %n':
'zeige nach x: %n y: %n',
' are too long! (will get clamped)': ' are too long! (will get clamped)':
'sind zu lang! (werden geklammert)', 'sind zu lang! (werden geklammert)',
' is too long! (will get clamped)': ' is too long! (will get clamped)':

Wyświetl plik

@ -1163,6 +1163,7 @@ SpriteMorph.prototype.blockTemplates = function (category) {
blocks.push('-'); blocks.push('-');
blocks.push(block('setHeading')); blocks.push(block('setHeading'));
blocks.push(block('doFaceTowards')); blocks.push(block('doFaceTowards'));
blocks.push(block('pointTowards'));
blocks.push('-'); blocks.push('-');
blocks.push(block('gotoXY')); blocks.push(block('gotoXY'));
blocks.push(block('gotoXYIn')); blocks.push(block('gotoXYIn'));
@ -1174,7 +1175,6 @@ SpriteMorph.prototype.blockTemplates = function (category) {
blocks.push(block('setXPosition')); blocks.push(block('setXPosition'));
blocks.push(block('changeYPosition')); blocks.push(block('changeYPosition'));
blocks.push(block('setYPosition')); blocks.push(block('setYPosition'));
blocks.push(block('pointTowards'));
blocks.push('-'); blocks.push('-');
blocks.push(block('bounceOffEdge')); blocks.push(block('bounceOffEdge'));
blocks.push('-'); blocks.push('-');