diff options
| author | jmoenig <jens@moenig.org> | 2014-10-01 13:52:17 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-10-01 13:52:17 +0200 |
| commit | ba58b0e5b61ffe3dc62a8bead3d5346c0c037cac (patch) | |
| tree | b2a45f3e8eed1bea9caee8b8c741387a06d0512c | |
| parent | fd7c3f70f89c2b4b1c378438c788cf9edf8a28c7 (diff) | |
| download | snap-ba58b0e5b61ffe3dc62a8bead3d5346c0c037cac.tar.gz snap-ba58b0e5b61ffe3dc62a8bead3d5346c0c037cac.zip | |
updated history
| -rw-r--r-- | gui.js | 2 | ||||
| -rwxr-xr-x | history.txt | 1 | ||||
| -rwxr-xr-x | lang-pt.js | 2 | ||||
| -rw-r--r-- | locale.js | 2 | ||||
| -rw-r--r-- | store.js | 2 |
5 files changed, 5 insertions, 4 deletions
@@ -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! @@ -185,7 +185,7 @@ SnapTranslator.dict.pt = { 'translator_e-mail': 'mmsequeira@gmail.com', 'last_changed': - '2014-09-29', + '2014-10-01', // GUI // control bar: @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2014-September-29'; +modules.locale = '2014-October-01'; // Global stuff @@ -61,7 +61,7 @@ SyntaxElementMorph, Variable*/ // Global stuff //////////////////////////////////////////////////////// -modules.store = '2014-September-17'; +modules.store = '2014-October-01'; // XML_Serializer /////////////////////////////////////////////////////// |
