This commit is contained in:
Quincy Morgan
2019-02-21 17:01:00 -05:00
parent f31679c920
commit 70e88ee9af
3 changed files with 35 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export function setAreaKeys(value) {
export function coreContext() {
var context = {};
context.version = '2.14.1';
context.version = '2.14.2';
// create a special translation that contains the keys in place of the strings
var tkeys = _cloneDeep(dataEn);