瀏覽代碼

Merge pull request #1413 from jitsi/fix-missing-translation

Fixes wrong i18n key for somebody.
master
yanas 8 年之前
父節點
當前提交
6690c269ef
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 1
    1
      lang/main.json
  2. 1
    2
      modules/UI/UI.js

+ 1
- 1
lang/main.json 查看文件

203
         "focus": "Conference focus",
203
         "focus": "Conference focus",
204
         "focusFail": "__component__ not available - retry in __ms__ sec",
204
         "focusFail": "__component__ not available - retry in __ms__ sec",
205
         "grantedTo": "Moderator rights granted to __to__!",
205
         "grantedTo": "Moderator rights granted to __to__!",
206
-        "grantedToUnknown": "Moderator rights granted to $t(somebody)!",
206
+        "grantedToUnknown": "Moderator rights granted to $t(notify.somebody)!",
207
         "muted": "You have started the conversation muted.",
207
         "muted": "You have started the conversation muted.",
208
         "mutedTitle": "You're muted!",
208
         "mutedTitle": "You're muted!",
209
         "raisedHand": "Would like to speak."
209
         "raisedHand": "Would like to speak."

+ 1
- 2
modules/UI/UI.js 查看文件

564
     } else {
564
     } else {
565
         messageHandler.notify(
565
         messageHandler.notify(
566
             '', 'notify.somebody',
566
             '', 'notify.somebody',
567
-            'connected', 'notify.grantedToUnknown', {}
568
-        );
567
+            'connected', 'notify.grantedToUnknown');
569
     }
568
     }
570
 };
569
 };
571
 
570
 

Loading…
取消
儲存