pull/3/merge
Nathan Dinsmore 2013-04-18 07:54:27 -04:00
rodzic cfc84accea
commit 74e679a538
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -64,7 +64,7 @@ Localizer.prototype.translate = function (string) {
return Object.prototype.hasOwnProperty.call( return Object.prototype.hasOwnProperty.call(
this.dict[this.language], this.dict[this.language],
string string
) ? this.dict[this.language][string] || string; ) ? this.dict[this.language][string] : string;
}; };
Localizer.prototype.languages = function () { Localizer.prototype.languages = function () {