From ba58b0e5b61ffe3dc62a8bead3d5346c0c037cac Mon Sep 17 00:00:00 2001 From: jmoenig Date: Wed, 1 Oct 2014 13:52:17 +0200 Subject: updated history --- gui.js | 2 +- history.txt | 1 + lang-pt.js | 2 +- locale.js | 2 +- store.js | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gui.js b/gui.js index 465b138..ee9d22c 100644 --- a/gui.js +++ b/gui.js @@ -69,7 +69,7 @@ SpeechBubbleMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2014-September-22'; +modules.gui = '2014-October-01'; // Declarations diff --git a/history.txt b/history.txt index 4f6b8a7..25e2ab0 100755 --- a/history.txt +++ b/history.txt @@ -2296,3 +2296,4 @@ ______ * Threads: workaround for some REPORT issues * Objects: fixed #599 (disable IDE keyboard shortcuts in presentation mode) * Objects: correctly display symbol for %obj type input slots in the prototype template +* Portuguese translation update, thanks, Manuel! diff --git a/lang-pt.js b/lang-pt.js index 674168e..cd3b5fe 100755 --- a/lang-pt.js +++ b/lang-pt.js @@ -185,7 +185,7 @@ SnapTranslator.dict.pt = { 'translator_e-mail': 'mmsequeira@gmail.com', 'last_changed': - '2014-09-29', + '2014-10-01', // GUI // control bar: diff --git a/locale.js b/locale.js index 5965927..2db2e1f 100644 --- a/locale.js +++ b/locale.js @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2014-September-29'; +modules.locale = '2014-October-01'; // Global stuff diff --git a/store.js b/store.js index 801ceac..cb91139 100644 --- a/store.js +++ b/store.js @@ -61,7 +61,7 @@ SyntaxElementMorph, Variable*/ // Global stuff //////////////////////////////////////////////////////// -modules.store = '2014-September-17'; +modules.store = '2014-October-01'; // XML_Serializer /////////////////////////////////////////////////////// -- cgit v1.3.1