diff options
| -rwxr-xr-x | history.txt | 3 | ||||
| -rwxr-xr-x | lang-pt.js | 2 | ||||
| -rw-r--r-- | locale.js | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/history.txt b/history.txt index 5508616..01f72f1 100755 --- a/history.txt +++ b/history.txt @@ -1957,5 +1957,6 @@ ______ 131014 ------ -* Morphic: Condense damage list by merging overlapping dirty rectangles +* Morphic: Condense damage list by merging overlapping dirty rectangles, thanks, Craxic! * Objects: Increase maximum clone count from 128 to 300 +* Portuguese translation update, thanks, Manuel!! @@ -185,7 +185,7 @@ SnapTranslator.dict.pt = { 'translator_e-mail': 'mmsequeira@gmail.com', 'last_changed': - '2013-09-16', + '2013-10-14', // GUI // control bar: @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2013-October-04'; +modules.locale = '2013-October-14'; // Global stuff @@ -209,7 +209,7 @@ SnapTranslator.dict.pt = { 'translator_e-mail': 'mmsequeira@gmail.com', 'last_changed': - '2013-09-16' + '2013-10-14' }; SnapTranslator.dict.cs = { |
