kopia lustrzana https://github.com/backface/turtlestitch
fixed a glitch in the Turkish translation
that broke the "Looks" blocks categorypull/95/head
rodzic
848c3ebf6f
commit
5777e661a8
|
|
@ -10,15 +10,18 @@
|
|||
* **Notable Fixes:**
|
||||
* fixed a glitch in the animation library's "sine in-out" easing function
|
||||
* fixed a postMessage glitch in the API, thanks, Bernat!
|
||||
* fixed a glitch in the Turkish translation that broke the "Looks" blocks category
|
||||
* **Translation Updates:**
|
||||
* Tamil, thanks, Barthdry!
|
||||
* German
|
||||
* Turkish
|
||||
|
||||
### 2021-01-26
|
||||
* threads: handle single values as greyscale when constructing a costume from a pixel list
|
||||
* threads, objects experimental "column _ of _" reporter relabelling option for "item _ of _"
|
||||
* threads, objects experimental "width of _" reporter relabelling option for "length of _"
|
||||
* updated German translation (with experimental block specs)
|
||||
* fixed an input slot spec glitch in the Turkish translation
|
||||
|
||||
### 2021-01-25
|
||||
* threads: hyperized image attribute reporter primitive (monadic)
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
written by Jens Mönig
|
||||
|
||||
Copyright (C) 2020 by Jens Mönig
|
||||
Copyright (C) 2021 by Jens Mönig
|
||||
|
||||
This file is part of Snap!.
|
||||
|
||||
|
|
@ -185,7 +185,7 @@ SnapTranslator.dict.tr = {
|
|||
'translator_e-mail':
|
||||
'tguneysu@msn.com', // optional (Mail adresleri) hakanatas@gmail.com, mustafaipekbayrak@gmail.com',
|
||||
'last_changed':
|
||||
'2020-09-20', // this, too, will appear in the Translators tab (Son güncelleme tarihi)
|
||||
'2021-01-26', // this, too, will appear in the Translators tab (Son güncelleme tarihi)
|
||||
|
||||
// GUI
|
||||
// control bar:
|
||||
|
|
@ -354,7 +354,7 @@ SnapTranslator.dict.tr = {
|
|||
'%img of costume %cst':
|
||||
'%img kostümünün: %cst',
|
||||
'new costume %l width %dim height %dim':
|
||||
'yeni kostüm %1 genişlik: %dim yükseklik: %dim',
|
||||
'yeni kostüm %l genişlik: %dim yükseklik: %dim',
|
||||
'stretch %cst x: %n y: %n %':
|
||||
'esnet %cst x: %n y: %n %',
|
||||
'change %eff effect by %n':
|
||||
|
|
|
|||
|
|
@ -487,7 +487,7 @@ SnapTranslator.dict.tr = {
|
|||
'translator_e-mail':
|
||||
'tguneysu@msn.com', // hakanatas@gmail.com, mustafaipekbayrak@gmail.com',
|
||||
'last_changed':
|
||||
'2020-09-20'
|
||||
'2021-01-26'
|
||||
};
|
||||
|
||||
SnapTranslator.dict.hu = {
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue