diff options
| author | jmoenig <jens@moenig.org> | 2014-09-29 10:02:20 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-09-29 10:02:20 +0200 |
| commit | fb2be1680ef2075504f6e938c9269b7b86b963fb (patch) | |
| tree | 299807bf10902bc6bfe90267b7066456dafb1727 | |
| parent | 56bc01b6c71100b825795484377deff37832cfe3 (diff) | |
| download | snap-byow-fb2be1680ef2075504f6e938c9269b7b86b963fb.tar.gz snap-byow-fb2be1680ef2075504f6e938c9269b7b86b963fb.zip | |
Portuguese translation update, thanks, Manuel!
| -rwxr-xr-x | history.txt | 1 | ||||
| -rwxr-xr-x | lang-pt.js | 2 | ||||
| -rw-r--r-- | locale.js | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/history.txt b/history.txt index 25993eb..b9d01af 100755 --- a/history.txt +++ b/history.txt @@ -2279,3 +2279,4 @@ ______ 140929 ------ * Threads: fixed #591 fully copy local variables for sprite duplicates and (Scratch-like) clones +* Portuguese translation update, thanks, Manuel! @@ -185,7 +185,7 @@ SnapTranslator.dict.pt = { 'translator_e-mail': 'mmsequeira@gmail.com', 'last_changed': - '2014-07-29', + '2014-09-29', // GUI // control bar: @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2014-July-29'; +modules.locale = '2014-September-29'; // Global stuff @@ -209,7 +209,7 @@ SnapTranslator.dict.pt = { 'translator_e-mail': 'mmsequeira@gmail.com', 'last_changed': - '2014-07-29' + '2014-09-29' }; SnapTranslator.dict.cs = { |
