moved translations into subfolder "locale"

pull/68/head
jmoenig 2018-10-02 15:07:14 +02:00
rodzic 521cb22bfc
commit 6c5b33d631
42 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -7,6 +7,7 @@
* Store: fixed #2219 - properly restore propagation of inherited attributes when loading
* Cloud: fixed cloud check, thanks, Michael!
* deduped tools, thanks, Michael!
* moved translations into subfolder "locale"
## v4.2.1.4
### 2018-09-09

2
gui.js
Wyświetl plik

@ -4967,7 +4967,7 @@ IDE_Morph.prototype.languageMenu = function () {
IDE_Morph.prototype.setLanguage = function (lang, callback, noSave) {
var translation = document.getElementById('language'),
src = this.resourceURL('lang-' + lang + '.js'),
src = this.resourceURL('locale', 'lang-' + lang + '.js'),
myself = this;
SnapTranslator.unload();
if (translation) {