This commit is contained in:
Bryan Housel
2018-12-05 01:58:18 -05:00
parent fe4a903df2
commit b494684e4f
3 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export function setAreaKeys(value) {
export function coreContext() {
var context = {};
context.version = '2.12.0';
context.version = '2.12.1';
// create a special translation that contains the keys in place of the strings
var tkeys = _cloneDeep(dataEn);