@optimajet/workflow-designer 6.0.1 → 6.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/localization/index.js +0 -11
- package/localization/readme.md +0 -8
package/package.json
CHANGED
package/localization/index.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
const en = require('./en_default.json');
|
|
2
|
-
const ar = require('./ar.json');
|
|
3
|
-
const de = require('./de.json');
|
|
4
|
-
const es = require('./es.json');
|
|
5
|
-
const fr = require('./fr.json');
|
|
6
|
-
const it = require('./it.json');
|
|
7
|
-
const pt = require('./pt.json');
|
|
8
|
-
const ru = require('./ru.json');
|
|
9
|
-
const tr = require('./tr.json');
|
|
10
|
-
|
|
11
|
-
module.exports = {ar, de, es, fr, it, pt, ru, tr, en};
|
package/localization/readme.md
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
# Designer Localization
|
|
2
|
-
|
|
3
|
-
This folder contains localization files for the Workflow Engine Designer.
|
|
4
|
-
These files have been created by Google Translate.
|
|
5
|
-
|
|
6
|
-
For include new localization:
|
|
7
|
-
1. Add the file to the `./localization` folder, named as `workflowdesigner.localization_<lang code>.json`
|
|
8
|
-
2. Add it to the imports and `languages` array in `WFED/Localization/Langs.js`
|