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:
Дамян Минков
2019-07-22 11:10:25 +01:00
committed by GitHub
parent 0097360396
commit 9f4da84701
7 changed files with 161 additions and 171 deletions

View File

@@ -97,4 +97,4 @@ class ChatMessage extends AbstractChatMessage<Props> {
}
}
export default translate(ChatMessage, { wait: false });
export default translate(ChatMessage);