diff options
| author | jmoenig <jens@moenig.org> | 2014-09-29 10:07:09 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-09-29 10:07:09 +0200 |
| commit | 7bfcb0d388add95c426f06f71b4fa99adeea6855 (patch) | |
| tree | 3d2a86bd42e1951c4a2f43d3e3ed21bebb445194 | |
| parent | fb2be1680ef2075504f6e938c9269b7b86b963fb (diff) | |
| download | snap-yow-7bfcb0d388add95c426f06f71b4fa99adeea6855.tar.gz snap-yow-7bfcb0d388add95c426f06f71b4fa99adeea6855.zip | |
fixed #590 (Russian translation syntax glitches) Thanks @alexf2000 !
| -rwxr-xr-x | history.txt | 1 | ||||
| -rw-r--r-- | lang-ru.js | 6 | ||||
| -rw-r--r-- | locale.js | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/history.txt b/history.txt index b9d01af..3194cfd 100755 --- a/history.txt +++ b/history.txt @@ -2280,3 +2280,4 @@ ______ ------ * Threads: fixed #591 fully copy local variables for sprite duplicates and (Scratch-like) clones * Portuguese translation update, thanks, Manuel! +* fixed #590 (Russian translation syntax glitches) Thanks @alexf2000 ! @@ -182,7 +182,7 @@ SnapTranslator.dict.ru = { 'translator_e-mail':
'svetlanap@berkeley.edu', // optional
'last_changed':
- '2013-03-19', // this, too, will appear in the Translators tab
+ '2014-09-29', // this, too, will appear in the Translators tab
// GUI
// control bar:
@@ -1117,9 +1117,9 @@ SnapTranslator.dict.ru = { 'last':
'последний',
'any':
- 'любой'
+ 'любой',
'now connected':
- 'вы вошли в систему'
+ 'вы вошли в систему',
'undo':
'отменить'
};
@@ -281,7 +281,7 @@ SnapTranslator.dict.ru = { 'translator_e-mail': 'svetlanap@berkeley.edu', 'last_changed': - '2013-03-19' + '2014-09-29' }; SnapTranslator.dict.es = { |
