summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-10-01 13:52:17 +0200
committerjmoenig <jens@moenig.org>2014-10-01 13:52:17 +0200
commitba58b0e5b61ffe3dc62a8bead3d5346c0c037cac (patch)
treeb2a45f3e8eed1bea9caee8b8c741387a06d0512c
parentfd7c3f70f89c2b4b1c378438c788cf9edf8a28c7 (diff)
downloadsnap-ba58b0e5b61ffe3dc62a8bead3d5346c0c037cac.tar.gz
snap-ba58b0e5b61ffe3dc62a8bead3d5346c0c037cac.zip
updated history
-rw-r--r--gui.js2
-rwxr-xr-xhistory.txt1
-rwxr-xr-xlang-pt.js2
-rw-r--r--locale.js2
-rw-r--r--store.js2
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 ///////////////////////////////////////////////////////