Rename www to www.rus
This commit is contained in:
parent
8ea7a858d0
commit
7bf44fa645
1878 changed files with 395385 additions and 395385 deletions
|
@ -1,22 +0,0 @@
|
|||
|
||||
|
||||
(function ($) {
|
||||
const Alias_getTextData = $.getTextData;
|
||||
$.getTextData = function (file, name, language) {
|
||||
// Set Default Language
|
||||
if (language === undefined) { language = this._language; }
|
||||
if (!this._data[language].text[file][name])
|
||||
return data = {
|
||||
faceset: "",
|
||||
faceindex: 0,
|
||||
background: 0,
|
||||
position: 2,
|
||||
text: "This message doesn't exist " + file + ' ' + name + ' ' + language
|
||||
};
|
||||
|
||||
// Return Text Data
|
||||
return Alias_getTextData.call(this, file, name, language);
|
||||
};
|
||||
})(LanguageManager);
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue