diff options
| -rwxr-xr-x | history.txt | 1 | ||||
| -rw-r--r-- | locale.js | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/history.txt b/history.txt index adf6895..c82f6ff 100755 --- a/history.txt +++ b/history.txt @@ -1992,3 +1992,4 @@ ______ * Blocks, BYOB, Store: customizable drop-down menus for input slots * Objects: fixed wrong NaN display for variable watchers * Blocks: left-align multi-line text in value-bubbles +* Portuguese translation update, thanks, Manuel! @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2013-October-25'; +modules.locale = '2013-November-12'; // Global stuff @@ -209,7 +209,7 @@ SnapTranslator.dict.pt = { 'translator_e-mail': 'mmsequeira@gmail.com', 'last_changed': - '2013-10-25' + '2013-11-12' }; SnapTranslator.dict.cs = { |
