kopia lustrzana https://github.com/backface/turtlestitch
moved translations into subfolder "locale"
rodzic
521cb22bfc
commit
6c5b33d631
|
@ -7,6 +7,7 @@
|
||||||
* Store: fixed #2219 - properly restore propagation of inherited attributes when loading
|
* Store: fixed #2219 - properly restore propagation of inherited attributes when loading
|
||||||
* Cloud: fixed cloud check, thanks, Michael!
|
* Cloud: fixed cloud check, thanks, Michael!
|
||||||
* deduped tools, thanks, Michael!
|
* deduped tools, thanks, Michael!
|
||||||
|
* moved translations into subfolder "locale"
|
||||||
|
|
||||||
## v4.2.1.4
|
## v4.2.1.4
|
||||||
### 2018-09-09
|
### 2018-09-09
|
||||||
|
|
2
gui.js
2
gui.js
|
@ -4967,7 +4967,7 @@ IDE_Morph.prototype.languageMenu = function () {
|
||||||
|
|
||||||
IDE_Morph.prototype.setLanguage = function (lang, callback, noSave) {
|
IDE_Morph.prototype.setLanguage = function (lang, callback, noSave) {
|
||||||
var translation = document.getElementById('language'),
|
var translation = document.getElementById('language'),
|
||||||
src = this.resourceURL('lang-' + lang + '.js'),
|
src = this.resourceURL('locale', 'lang-' + lang + '.js'),
|
||||||
myself = this;
|
myself = this;
|
||||||
SnapTranslator.unload();
|
SnapTranslator.unload();
|
||||||
if (translation) {
|
if (translation) {
|
||||||
|
|
Ładowanie…
Reference in New Issue