Improved workbench's formulas' MVC, Added utils, Fixed missing file

Update strings.json, compile.bat, and 6 more files...
This commit is contained in:
2023-08-16 14:58:26 +02:00
parent cd015b43a7
commit 3891f5ce98
8 changed files with 399 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
// TODO: Move into a common lib with parameter support !
// TODO: Move into a common lib with parameter support!
export const langKey= document.documentElement.lang.match("(en|fr)") ? document.documentElement.lang : "en";