kopia lustrzana https://github.com/backface/turtlestitch
updated version of Indonesian translation, thanks, @amuritna!
rodzic
aa4060d671
commit
573ce00e8c
|
@ -2,6 +2,9 @@
|
|||
|
||||
## in development
|
||||
|
||||
### 2019-01-21
|
||||
* updated Indonesian translation, thanks, Emmanuella Rumanti
|
||||
|
||||
### 2019-01-19
|
||||
* fixed "Staatsgalerie bug" - relabel did not restore drop-down choice when localized
|
||||
|
||||
|
|
|
@ -181,11 +181,11 @@ SnapTranslator.dict.id = {
|
|||
'language_name':
|
||||
'Bahasa Indonesia', // the name as it should appear in the language menu
|
||||
'language_translator':
|
||||
'Alexander Raphael Liu', // your name for the Translators tab
|
||||
'Alexander Raphael Liu, Emmanuella Rumanti', // your name for the Translators tab
|
||||
'translator_e-mail':
|
||||
'raphaxander@gmail.com', // optional
|
||||
'last_changed':
|
||||
'2016-5-2', // this, too, will appear in the Translators tab
|
||||
'2019-01-21', // this, too, will appear in the Translators tab
|
||||
|
||||
// GUI
|
||||
// control bar:
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<script type="text/javascript" src="src/sketch.js?version=2018-10-02"></script>
|
||||
<script type="text/javascript" src="src/xml.js?version=2018-11-12"></script>
|
||||
<script type="text/javascript" src="src/store.js?version=2019-01-14"></script>
|
||||
<script type="text/javascript" src="src/locale.js?version=2019-01-17"></script>
|
||||
<script type="text/javascript" src="src/locale.js?version=2019-01-21"></script>
|
||||
<script type="text/javascript" src="src/cloud.js?version=2019-01-17"></script>
|
||||
<script type="text/javascript" src="src/sha512.js?version=2018-10-02"></script>
|
||||
<script type="text/javascript" src="src/FileSaver.min.js?version=2018-10-02"></script>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
/*global modules, contains*/
|
||||
|
||||
modules.locale = '2019-January-17';
|
||||
modules.locale = '2019-January-21';
|
||||
|
||||
// Global stuff
|
||||
|
||||
|
@ -552,11 +552,11 @@ SnapTranslator.dict.id = {
|
|||
'language_name':
|
||||
'Bahasa Indonesia',
|
||||
'language_translator':
|
||||
'Alexander Raphael Liu',
|
||||
'Alexander Raphael Liu, Emmanuella Rumanti',
|
||||
'translator_e-mail':
|
||||
'raphaxander@gmail.com',
|
||||
'last_changed':
|
||||
'2016-5-2'
|
||||
'2019-01-21'
|
||||
};
|
||||
|
||||
SnapTranslator.dict.et = {
|
||||
|
|
Ładowanie…
Reference in New Issue