kopia lustrzana https://github.com/backface/turtlestitch
updated version history
rodzic
e5a5494322
commit
6089c68844
|
@ -62,13 +62,16 @@
|
||||||
* fixed STOP OTHER SCRIPTS for use inside TELL
|
* fixed STOP OTHER SCRIPTS for use inside TELL
|
||||||
* made "remove duplicates" reporter in the "list utilities" library (a lot) faster
|
* made "remove duplicates" reporter in the "list utilities" library (a lot) faster
|
||||||
* **Documentation Updates:**
|
* **Documentation Updates:**
|
||||||
* updated manual, thanks Brian!
|
* updated manual, thanks, Brian!
|
||||||
* updated readme, thanks, Michael!
|
* updated readme, thanks, Michael!
|
||||||
* **Translation Updates:**
|
* **Translation Updates:**
|
||||||
* German
|
* German
|
||||||
* Chinese, thanks, Simon!
|
* Chinese, thanks, Simon!
|
||||||
* Brazilian Portuguese, thank you, Cassiano D'Andrea!
|
* Brazilian Portuguese, thank you, Cassiano D'Andrea!
|
||||||
|
|
||||||
|
### 2021-12-10
|
||||||
|
* Catalan and German translation updates, thanks, Joan!
|
||||||
|
|
||||||
### 2021-12-09
|
### 2021-12-09
|
||||||
* blocks, threads: never push untested last minute changes that might break everything
|
* blocks, threads: never push untested last minute changes that might break everything
|
||||||
* gui: select motion category when switching to a scene that doesn't have the current custom category
|
* gui: select motion category when switching to a scene that doesn't have the current custom category
|
||||||
|
|
|
@ -185,7 +185,7 @@ SnapTranslator.dict.de = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'jens@moenig.org, jadga.huegle@sap.com', // optional
|
'jens@moenig.org, jadga.huegle@sap.com', // optional
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2021-12-06', // this, too, will appear in the Translators tab
|
'2021-12-10', // this, too, will appear in the Translators tab
|
||||||
|
|
||||||
// GUI
|
// GUI
|
||||||
// control bar:
|
// control bar:
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<script src="src/extensions.js?version=2021-11-22"></script>
|
<script src="src/extensions.js?version=2021-11-22"></script>
|
||||||
<script src="src/xml.js?version=2021-07-05"></script>
|
<script src="src/xml.js?version=2021-07-05"></script>
|
||||||
<script src="src/store.js?version=2021-12-07"></script>
|
<script src="src/store.js?version=2021-12-07"></script>
|
||||||
<script src="src/locale.js?version=2021-12-06"></script>
|
<script src="src/locale.js?version=2021-12-10"></script>
|
||||||
<script src="src/cloud.js?version=2021-02-04"></script>
|
<script src="src/cloud.js?version=2021-02-04"></script>
|
||||||
<script src="src/api.js?version=2021-11-17"></script>
|
<script src="src/api.js?version=2021-11-17"></script>
|
||||||
<script src="src/sha512.js?version=2019-06-27"></script>
|
<script src="src/sha512.js?version=2019-06-27"></script>
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
// Global stuff
|
// Global stuff
|
||||||
|
|
||||||
modules.locale = '2021-December-06';
|
modules.locale = '2021-December-10';
|
||||||
|
|
||||||
var Localizer;
|
var Localizer;
|
||||||
var SnapTranslator = new Localizer();
|
var SnapTranslator = new Localizer();
|
||||||
|
@ -185,7 +185,7 @@ SnapTranslator.dict.de = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'jens@moenig.org, jadga.huegle@sap.com',
|
'jens@moenig.org, jadga.huegle@sap.com',
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2021-12-06'
|
'2021-12-10'
|
||||||
};
|
};
|
||||||
|
|
||||||
SnapTranslator.dict.it = {
|
SnapTranslator.dict.it = {
|
||||||
|
|
Ładowanie…
Reference in New Issue