From 0a2c605b6b91a843a1a60fbbf14fca06204b66a8 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 23 Jul 2021 18:19:58 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 ++++ ayanova/src/api/ayanova-version.js | 2 +- ayanova/src/main.js | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 5a3e20e6..1e3ba866 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -311,6 +311,10 @@ todo: this: 2021-07-23 07:04:06.0270|INFO|CoreJobLicense|TEMP TEST LOG: CoreJobL even with properly generated license? need to look at rockfish for this one +todo: add BaseLanguage field to translations so that when people make a copy we know which it came from so in future updates will know which language to insert keys for that translation + so the BaseLanguage must be the "EN" or "DE" etc, not the actual source translation id because it could be a copy of a copy of a copy which would render it useless + stock ones will be their own base language so german will be "DE" etc + todo:1 start testing with real licensing scheme ("notfound") make sure automatic license updates work properly diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 7080af0c..0fa9e5d1 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-alpha.116", + version: "8.0.0-alpha.117", copyright: "© 1999-2021, Ground Zero Tech-Works Inc." }; diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 3fd373bf..b45201eb 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -68,7 +68,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = false; +const DEV_MODE = true; //************************************************************ //************************************************************** //**************************************************************