From 434392a87990395e689bf472fdf4ff71c92cbea8 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Thu, 6 Feb 2014 20:26:32 -0800 Subject: remove lang file and incorporate fixes in blocks, opbjects --- blocks.js | 2 +- lang-de.js | 7 +------ lang-fr.js | 13 ++++--------- objects.js | 2 +- 4 files changed, 7 insertions(+), 17 deletions(-) diff --git a/blocks.js b/blocks.js index 1cfd2c2..383518a 100644 --- a/blocks.js +++ b/blocks.js @@ -829,7 +829,7 @@ SyntaxElementMorph.prototype.labelPart = function (spec) { }, true // read-only ); - part.setContents('date'); + part.setContents(['date']); break; case '%delim': part = new InputSlotMorph( diff --git a/lang-de.js b/lang-de.js index c68cf4b..8b71902 100644 --- a/lang-de.js +++ b/lang-de.js @@ -1257,10 +1257,5 @@ SnapTranslator.dict.de = { 'last': 'letztes', 'any': - 'beliebiges', - - // Date reporter dropdowns - 'month': - 'monat', - + 'beliebiges' }; diff --git a/lang-fr.js b/lang-fr.js index ecb585a..4198bf7 100644 --- a/lang-fr.js +++ b/lang-fr.js @@ -718,7 +718,7 @@ SnapTranslator.dict.fr = { 'check for alternative\nGUI design': 'Cocher pour un style d\interface alternatif', 'uncheck for default\nGUI design': - 'D\u00E9cocher pour le style classique d\interface', + 'D\u00E9cocher pour le style classique d\interface', 'Thread safe scripts': 'Scripts réentrants', 'check to disallow\nscript reentrance': @@ -733,7 +733,7 @@ SnapTranslator.dict.fr = { 'D\u00E9cocher pour une vitesse\nd\'animation maximale (mais variable)', 'check for smooth, predictable\nanimations across computers': 'Cocher pour une vitesse d\'animation\nfixe et identique sur tous les ordinateurs', - + // inputs 'with inputs': 'avec entr\u00E9es', @@ -958,7 +958,7 @@ SnapTranslator.dict.fr = { 'tabulations', 'cr': 'retours de ligne', - + // About Snap 'About Snap': 'A propos de Snap', @@ -1162,10 +1162,5 @@ SnapTranslator.dict.fr = { 'last': 'dernier', 'any': - 'n\u0027importe quel', - - // Date reporter dropdowns - 'month': - 'mois' - + 'n\u0027importe quel' }; diff --git a/objects.js b/objects.js index 1d37a4e..d646130 100644 --- a/objects.js +++ b/objects.js @@ -807,7 +807,7 @@ SpriteMorph.prototype.initBlocks = function () { reportDate: { type: 'reporter', category: 'sensing', - spec: 'get current %dates' + spec: 'current %dates' }, // Operators -- cgit v1.3.1