mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-17 13:17:47 +00:00
I18next update (#4456)
* Removes unused translations. * Fixes using translated strings. * Moves using latest i18next versions and stop using compatibility modes. * Sorts i18next options. * Fixes defaultNS used by i18next. This is used when translating html tags with data-i18n keys as attributes, used by jQuery-Impromptu.
This commit is contained in:
@@ -97,4 +97,4 @@ class ChatMessage extends AbstractChatMessage<Props> {
|
||||
}
|
||||
}
|
||||
|
||||
export default translate(ChatMessage, { wait: false });
|
||||
export default translate(ChatMessage);
|
||||
|
||||
Reference in New Issue
Block a user