This commit is contained in:
Bryan Housel
2017-11-16 00:43:56 -05:00
parent ed1fe5e4e8
commit add1bac3f2
3 changed files with 48 additions and 23 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export function setAreaKeys(value) {
export function coreContext() {
var context = {};
context.version = '2.5.0';
context.version = '2.5.1';
// create a special translation that contains the keys in place of the strings
var tkeys = _cloneDeep(dataEn);