This commit is contained in:
Bryan Housel
2018-04-24 10:13:54 -04:00
parent bfc6bcb294
commit e3fcbaaa50
3 changed files with 34 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export function setAreaKeys(value) {
export function coreContext() {
var context = {};
context.version = '2.8.0';
context.version = '2.8.1';
// create a special translation that contains the keys in place of the strings
var tkeys = _cloneDeep(dataEn);