mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
i18next: Add i18next: to the local storage cache prefix.
This just makes it easier to see what these local storage entries are related to.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
var cacheOptions = {
|
||||
enabled: true,
|
||||
prefix: page_params.server_generation + ':',
|
||||
prefix: 'i18next:' + page_params.server_generation + ':',
|
||||
};
|
||||
|
||||
i18n.use(XHR)
|
||||
|
||||
Reference in New Issue
Block a user