Fix -1 viewer in the userlist when disconnected

This commit is contained in:
yflory
2017-11-03 15:14:23 +01:00
parent cf3024ef5b
commit 1871749b6f
3 changed files with 20 additions and 8 deletions

View File

@@ -57,6 +57,7 @@ define(function () {
out.viewers = "lecteurs";
out.editor = "éditeur";
out.editors = "éditeurs";
out.userlist_offline = "Vous êtes actuellement hors-ligne, la liste des utilisateurs n'est pas disponible.";
out.language = "Langue";

View File

@@ -59,6 +59,7 @@ define(function () {
out.viewers = "viewers";
out.editor = "editor";
out.editors = "editors";
out.userlist_offline = "You're currently offline, the user list is not available.";
out.language = "Language";