Commit 5ea2ccfc authored by Christoph Scholz's avatar Christoph Scholz Committed by JC Brand

fixes #2238 i18n not working reliably

parent 76b488a6
...@@ -1534,7 +1534,7 @@ Object.assign(converse, { ...@@ -1534,7 +1534,7 @@ Object.assign(converse, {
await initSessionStorage(); await initSessionStorage();
initClientConfig(); initClientConfig();
i18n.initialize(); await i18n.initialize();
initPlugins(); initPlugins();
registerGlobalEventHandlers(); registerGlobalEventHandlers();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment