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:
Umair Khan
2017-04-12 10:41:19 +05:00
committed by Tim Abbott
parent 9dec5306ce
commit 0cd7c400e1

View File

@@ -19,7 +19,7 @@
var cacheOptions = {
enabled: true,
prefix: page_params.server_generation + ':',
prefix: 'i18next:' + page_params.server_generation + ':',
};
i18n.use(XHR)