diff options
| author | jmoenig <jens@moenig.org> | 2013-10-14 17:09:12 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-10-14 17:09:12 +0200 |
| commit | cc9a44ed1057e395da24c251fb0faf5f1b886c66 (patch) | |
| tree | 4a96e49e884e3837b7180cdba2a0788e7b840b99 | |
| parent | 1febfeecb1ddcc246053fa80c0f553d71c0802bf (diff) | |
| download | snap-cc9a44ed1057e395da24c251fb0faf5f1b886c66.tar.gz snap-cc9a44ed1057e395da24c251fb0faf5f1b886c66.zip | |
Portuguese translation update integration
| -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 = { |
