diff options
| author | jmoenig <jens@moenig.org> | 2015-01-21 12:51:08 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2015-01-21 12:51:08 +0100 |
| commit | 669704a90adf772f534c89fb4c3732236fef2b51 (patch) | |
| tree | d72ec006b644b631978f930e351a40cf114b3d18 | |
| parent | ed16ea81c1a55f47aa6c94b8479b58e99208dd31 (diff) | |
| download | snap-byow-669704a90adf772f534c89fb4c3732236fef2b51.tar.gz snap-byow-669704a90adf772f534c89fb4c3732236fef2b51.zip | |
Integrated Korean and Catalan translation updates
| -rwxr-xr-x | history.txt | 1 | ||||
| -rw-r--r-- | lang-ca.js | 2 | ||||
| -rwxr-xr-x | lang-ko.js | 2 | ||||
| -rw-r--r-- | locale.js | 10 |
4 files changed, 8 insertions, 7 deletions
diff --git a/history.txt b/history.txt index 4de8ee1..ad0f53d 100755 --- a/history.txt +++ b/history.txt @@ -2424,3 +2424,4 @@ ______ * Objects: Keep layering of nested sprites thru drag & drop * GUI, Store, BYOB: Generate ScriptsPaneTexture programmatically * GUI: Fix Zoom Dialog’s sample background in “flat” design +* Updated Korean and Catalan translations, thanks, Yunjae Jang and Bernat Romagosa! @@ -185,7 +185,7 @@ SnapTranslator.dict.ca = { 'translator_e-mail': 'bromagosa@citilab.eu', // optional 'last_changed': - '2014-01-16', // this, too, will appear in the Translators tab + '2015-01-21', // this, too, will appear in the Translators tab // GUI // control bar: @@ -185,7 +185,7 @@ SnapTranslator.dict.ko = { 'translator_e-mail': 'janggoons@gmail.com', // optional 'last_changed': - '2014-11-07', // this, too, will appear in the Translators tab + '2015-01-21', // this, too, will appear in the Translators tab // GUI // control bar: @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2015-January-12'; +modules.locale = '2015-January-21'; // Global stuff @@ -195,9 +195,9 @@ SnapTranslator.dict.ko = { 'language_translator': 'Yunjae Jang', 'translator_e-mail': - 'yunjae.jang@inc.korea.ac.kr', + 'janggoons@gmail.com', 'last_changed': - '2012-11-18' + '2015-01-21' }; SnapTranslator.dict.pt = { @@ -375,9 +375,9 @@ SnapTranslator.dict.ca = { 'language_translator': 'Bernat Romagosa Carrasquer', 'translator_e-mail': - 'tibabenfortlapalanca@gmail.com', + 'bromagosa@citilab.eu', 'last_changed': - '2013-11-26' + '2015-01-21' }; SnapTranslator.dict.fi = { |
