Merge branch 'translations' into newhashmerge
This commit is contained in:
@@ -746,5 +746,7 @@ define([
|
||||
};
|
||||
};
|
||||
|
||||
Messages._applyTranslation();
|
||||
|
||||
return common;
|
||||
});
|
||||
|
||||
@@ -235,7 +235,7 @@ define([
|
||||
return {
|
||||
failed: function () {
|
||||
connected = false;
|
||||
userListElement.textContent = 'Disconnected';
|
||||
userListElement.textContent = Messages.disconnected;
|
||||
lagElement.textContent = '';
|
||||
},
|
||||
reconnecting: function (userId) {
|
||||
|
||||
Reference in New Issue
Block a user