updated version history

pull/95/head
jmoenig 2020-12-09 09:22:34 +01:00
rodzic bf7cb2945a
commit 55e86b60fa
4 zmienionych plików z 10 dodań i 6 usunięć

Wyświetl plik

@ -18,8 +18,12 @@
* **Translation Updates:**
* Spanish, thanks, Joan!
* Catalan, thanks, Joan!
* Tamil, thanks, Barthdry!
* German
### 2020-12-09
* Tamil translation update, thanks, Barthdry!
### 2020-12-07
* GUI: improved SVG loading, thanks, Joan!
* threads, objects, blocks: compiled multimap, thanks, Brian

Wyświetl plik

@ -181,11 +181,11 @@ SnapTranslator.dict.ta = {
'language_name':
'Tamil', // the name as it should appear in the language menu
'language_translator':
'vinayakumar R', // your name for the Translators tab
'vinayakumar R, Barthdry', // your name for the Translators tab
'translator_e-mail':
'vnkmr7620@gmail.com', // optional
'last_changed':
'2020-07-12', // this, too, will appear in the Translators tab
'2020-12-09', // this, too, will appear in the Translators tab
// GUI
// control bar:

Wyświetl plik

@ -21,7 +21,7 @@
<script src="src/maps.js?version=2020-03-25"></script>
<script src="src/xml.js?version=2020-04-27"></script>
<script src="src/store.js?version=2020-10-27"></script>
<script src="src/locale.js?version=2020-12-05"></script>
<script src="src/locale.js?version=2020-12-09"></script>
<script src="src/cloud.js?version=2020-10-21"></script>
<script src="src/api.js?version=2020-11-21"></script>
<script src="src/sha512.js?version=2019-06-27"></script>

Wyświetl plik

@ -46,7 +46,7 @@
/*global modules, contains*/
modules.locale = '2020-December-05';
modules.locale = '2020-December-09';
// Global stuff
@ -461,11 +461,11 @@ SnapTranslator.dict.ta = {
'language_name':
'Tamil',
'language_translator':
'vinayakumar R',
'vinayakumar R, Barthdry',
'translator_e-mail':
'vnkmr7620@gmail.com',
'last_changed':
'2015-02-20'
'2020-12-09'
};
SnapTranslator.dict.te = {