Merge branch 'master' into validation

This commit is contained in:
Quincy Morgan
2019-01-29 09:16:06 -05:00
69 changed files with 2079 additions and 356 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export function setAreaKeys(value) {
export function coreContext() {
var context = {};
context.version = '2.13.0';
context.version = '2.13.1';
// create a special translation that contains the keys in place of the strings
var tkeys = _cloneDeep(dataEn);