updated version history

pull/95/head
jmoenig 2020-10-09 08:50:33 +02:00
rodzic 62f44c39b6
commit 3648395b29
4 zmienionych plików z 9 dodań i 8 usunięć

Wyświetl plik

@ -4,6 +4,7 @@
### 2020-10-09
* new dev version
* Greek translation update, thanks, HM100!
## 6.2.2
* **New Features:**

Wyświetl plik

@ -181,11 +181,11 @@ SnapTranslator.dict.el = {
'language_name':
'Ελληνικά', // the name as it should appear in the language menu
'language_translator':
'Ino Samaras , Alexandros Prekates, HM100' ,// your name for the Translators tab
'Ino Samaras, Alexandros Prekates, HM100' ,// your name for the Translators tab
'translator_e-mail':
'ino.samaras@berkeley.edu , aprekates@sch.gr' , // optional
'ino.samaras@berkeley.edu, aprekates@sch.gr' , // optional
'last_changed':
'2020-10-05', // this, too, will appear in the Translators tab
'2020-10-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-07-08"></script>
<script src="src/locale.js?version=2020-10-05"></script>
<script src="src/locale.js?version=2020-10-09"></script>
<script src="src/cloud.js?version=2020-05-17"></script>
<script src="src/api.js?version=2020-07-06"></script>
<script src="src/sha512.js?version=2019-06-27"></script>

Wyświetl plik

@ -46,7 +46,7 @@
/*global modules, contains*/
modules.locale = '2020-October-05';
modules.locale = '2020-October-09';
// Global stuff
@ -362,11 +362,11 @@ SnapTranslator.dict.el = {
'language_name':
'Ελληνικά',
'language_translator':
'Ino Samaras , Alexandros Prekates, HM100',
'Ino Samaras, Alexandros Prekates, HM100',
'translator_e-mail':
'ino.samaras@berkeley.edu , aprekates@sch.gr',
'ino.samaras@berkeley.edu, aprekates@sch.gr',
'last_changed':
'2020-10-05'
'2020-10-09'
};
SnapTranslator.dict.ca = {