i18ntk 1.2.2 → 1.3.0
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/CHANGELOG.md +48 -2
- package/LICENSE +3 -1
- package/README.md +47 -46
- package/docs/README.md +40 -18
- package/docs/SCRIPT_DIRECTORY_GUIDE.md +224 -0
- package/docs/release-notes/v1.3.0.md +162 -0
- package/main/i18ntk-analyze.js +11 -6
- package/main/i18ntk-autorun.js +37 -36
- package/main/i18ntk-complete.js +9 -5
- package/main/i18ntk-init.js +16 -12
- package/main/i18ntk-manage.js +6 -4
- package/main/i18ntk-sizing.js +5 -1
- package/main/i18ntk-summary.js +6 -2
- package/main/i18ntk-usage.js +5 -5
- package/main/i18ntk-validate.js +9 -5
- package/package.json +12 -5
- package/scripts/copy-translations.js +90 -0
- package/settings/i18ntk-config.json +11 -1
- package/settings/settings-cli.js +136 -75
- package/settings/settings-manager.js +19 -0
- package/ui-locales/de/autorun.json +69 -64
- package/ui-locales/de/common.json +14 -1
- package/ui-locales/de/errors.json +11 -1
- package/ui-locales/de/menu.json +10 -1
- package/ui-locales/de/operations.json +11 -0
- package/ui-locales/de/security.json +2 -1
- package/ui-locales/de/settings.json +60 -9
- package/ui-locales/de/sizing.json +14 -1
- package/ui-locales/de/status.json +18 -1
- package/ui-locales/de/test-complete-system.json +13 -1
- package/ui-locales/en/autorun.json +68 -65
- package/ui-locales/en/common.json +15 -1
- package/ui-locales/en/init.json +20 -5
- package/ui-locales/en/menu.json +1 -0
- package/ui-locales/en/operations.json +11 -1
- package/ui-locales/en/settings.json +151 -34
- package/ui-locales/es/autorun.json +68 -65
- package/ui-locales/es/common.json +14 -1
- package/ui-locales/es/errors.json +11 -1
- package/ui-locales/es/menu.json +10 -1
- package/ui-locales/es/operations.json +11 -0
- package/ui-locales/es/security.json +2 -1
- package/ui-locales/es/settings.json +60 -9
- package/ui-locales/es/sizing.json +14 -1
- package/ui-locales/es/status.json +18 -1
- package/ui-locales/es/test-complete-system.json +13 -1
- package/ui-locales/fr/autorun.json +69 -64
- package/ui-locales/fr/common.json +14 -1
- package/ui-locales/fr/errors.json +11 -1
- package/ui-locales/fr/menu.json +10 -1
- package/ui-locales/fr/operations.json +11 -0
- package/ui-locales/fr/security.json +2 -1
- package/ui-locales/fr/settings.json +60 -9
- package/ui-locales/fr/sizing.json +14 -1
- package/ui-locales/fr/status.json +18 -1
- package/ui-locales/fr/test-complete-system.json +13 -1
- package/ui-locales/ja/autorun.json +69 -64
- package/ui-locales/ja/common.json +14 -1
- package/ui-locales/ja/errors.json +11 -1
- package/ui-locales/ja/menu.json +10 -1
- package/ui-locales/ja/operations.json +11 -0
- package/ui-locales/ja/security.json +2 -1
- package/ui-locales/ja/settings.json +60 -9
- package/ui-locales/ja/sizing.json +14 -1
- package/ui-locales/ja/status.json +18 -1
- package/ui-locales/ja/test-complete-system.json +13 -1
- package/ui-locales/pt/analyze.json +2 -1
- package/ui-locales/pt/autorun.json +69 -64
- package/ui-locales/pt/common.json +14 -1
- package/ui-locales/pt/errors.json +11 -1
- package/ui-locales/pt/init.json +5 -1
- package/ui-locales/pt/menu.json +10 -1
- package/ui-locales/pt/operations.json +11 -0
- package/ui-locales/pt/security.json +2 -1
- package/ui-locales/pt/settings.json +60 -9
- package/ui-locales/pt/sizing.json +14 -1
- package/ui-locales/pt/status.json +18 -1
- package/ui-locales/pt/test-complete-system.json +13 -1
- package/ui-locales/ru/autorun.json +69 -64
- package/ui-locales/ru/common.json +14 -1
- package/ui-locales/ru/errors.json +11 -1
- package/ui-locales/ru/menu.json +10 -1
- package/ui-locales/ru/operations.json +11 -0
- package/ui-locales/ru/security.json +2 -1
- package/ui-locales/ru/settings.json +60 -9
- package/ui-locales/ru/sizing.json +14 -1
- package/ui-locales/ru/status.json +18 -1
- package/ui-locales/ru/test-complete-system.json +13 -1
- package/ui-locales/zh/autorun.json +69 -64
- package/ui-locales/zh/common.json +14 -1
- package/ui-locales/zh/errors.json +11 -1
- package/ui-locales/zh/menu.json +10 -1
- package/ui-locales/zh/operations.json +11 -0
- package/ui-locales/zh/security.json +2 -1
- package/ui-locales/zh/settings.json +60 -9
- package/ui-locales/zh/sizing.json +13 -1
- package/ui-locales/zh/status.json +25 -8
- package/ui-locales/zh/test-complete-system.json +13 -1
- package/utils/test-complete-system.js +178 -162
- package/settings/backups/i18ntk-config-backup-2025-08-01T23-38-43-753Z.json +0 -117
- package/ui-locales/de-old.json +0 -705
- package/ui-locales/de.json +0 -15
- package/ui-locales/en-old.json +0 -709
- package/ui-locales/en.json +0 -15
- package/ui-locales/es-old.json +0 -654
- package/ui-locales/es.json +0 -15
- package/ui-locales/fr-old.json +0 -606
- package/ui-locales/fr.json +0 -15
- package/ui-locales/ja-old.json +0 -660
- package/ui-locales/ja.json +0 -15
- package/ui-locales/pt.json +0 -15
- package/ui-locales/ru-old.json +0 -655
- package/ui-locales/ru.json +0 -15
- package/ui-locales/zh-old.json +0 -647
- package/ui-locales/zh.json +0 -15
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"language": "en",
|
|
3
|
-
"sizeLimit": null,
|
|
4
|
-
"sourceDir": "./locales",
|
|
5
|
-
"sourceLanguage": "en",
|
|
6
|
-
"defaultLanguages": [
|
|
7
|
-
"de",
|
|
8
|
-
"es",
|
|
9
|
-
"fr",
|
|
10
|
-
"ru"
|
|
11
|
-
],
|
|
12
|
-
"outputDir": "./i18ntk-reports",
|
|
13
|
-
"reportLanguage": "auto",
|
|
14
|
-
"theme": "light",
|
|
15
|
-
"autoSave": true,
|
|
16
|
-
"notifications": {
|
|
17
|
-
"enabled": true,
|
|
18
|
-
"types": {
|
|
19
|
-
"success": true,
|
|
20
|
-
"warnings": true,
|
|
21
|
-
"errors": true,
|
|
22
|
-
"progress": true
|
|
23
|
-
},
|
|
24
|
-
"sound": false,
|
|
25
|
-
"desktop": false
|
|
26
|
-
},
|
|
27
|
-
"dateFormat": "DD/MM/YYYY",
|
|
28
|
-
"timeFormat": "24h",
|
|
29
|
-
"timezone": "auto",
|
|
30
|
-
"processing": {
|
|
31
|
-
"notTranslatedMarker": "NOT_TRANSLATED",
|
|
32
|
-
"excludeFiles": [
|
|
33
|
-
".DS_Store",
|
|
34
|
-
"Thumbs.db",
|
|
35
|
-
"*.tmp",
|
|
36
|
-
"auth.json",
|
|
37
|
-
"pagination.json",
|
|
38
|
-
"reportGenerator.json",
|
|
39
|
-
"validationStep.json"
|
|
40
|
-
],
|
|
41
|
-
"excludeDirs": [
|
|
42
|
-
"node_modules",
|
|
43
|
-
".git",
|
|
44
|
-
"dist",
|
|
45
|
-
"build"
|
|
46
|
-
],
|
|
47
|
-
"includeExtensions": [
|
|
48
|
-
".js",
|
|
49
|
-
".jsx",
|
|
50
|
-
".ts",
|
|
51
|
-
".tsx",
|
|
52
|
-
".vue",
|
|
53
|
-
".svelte"
|
|
54
|
-
],
|
|
55
|
-
"strictMode": false,
|
|
56
|
-
"defaultLanguages": [
|
|
57
|
-
"de",
|
|
58
|
-
"es",
|
|
59
|
-
"fr",
|
|
60
|
-
"ru"
|
|
61
|
-
],
|
|
62
|
-
"translationPatterns": [
|
|
63
|
-
{},
|
|
64
|
-
{},
|
|
65
|
-
{}
|
|
66
|
-
]
|
|
67
|
-
},
|
|
68
|
-
"advanced": {
|
|
69
|
-
"batchSize": 100,
|
|
70
|
-
"maxConcurrentFiles": 10,
|
|
71
|
-
"enableProgressBars": true,
|
|
72
|
-
"enableColorOutput": true,
|
|
73
|
-
"strictMode": false,
|
|
74
|
-
"enableAuditLog": false,
|
|
75
|
-
"backupBeforeChanges": true,
|
|
76
|
-
"validateOnSave": true,
|
|
77
|
-
"sizingThreshold": 50,
|
|
78
|
-
"sizingFormat": "table",
|
|
79
|
-
"memoryLimit": "512MB",
|
|
80
|
-
"timeout": 30000
|
|
81
|
-
},
|
|
82
|
-
"security": {
|
|
83
|
-
"adminPinEnabled": false,
|
|
84
|
-
"adminPinPromptOnInit": false,
|
|
85
|
-
"keepAuthenticatedUntilExit": true,
|
|
86
|
-
"sessionTimeout": 30,
|
|
87
|
-
"maxFailedAttempts": 3,
|
|
88
|
-
"lockoutDuration": 15,
|
|
89
|
-
"enablePathValidation": true,
|
|
90
|
-
"maxFileSize": 10485760,
|
|
91
|
-
"allowedExtensions": [
|
|
92
|
-
".json",
|
|
93
|
-
".js",
|
|
94
|
-
".jsx",
|
|
95
|
-
".ts",
|
|
96
|
-
".tsx",
|
|
97
|
-
".vue",
|
|
98
|
-
".svelte"
|
|
99
|
-
],
|
|
100
|
-
"notTranslatedMarker": "[NOT TRANSLATED]",
|
|
101
|
-
"excludeFiles": [
|
|
102
|
-
"node_modules",
|
|
103
|
-
".git",
|
|
104
|
-
"dist",
|
|
105
|
-
"build"
|
|
106
|
-
],
|
|
107
|
-
"strictMode": false
|
|
108
|
-
},
|
|
109
|
-
"debug": {
|
|
110
|
-
"enabled": false,
|
|
111
|
-
"showSecurityLogs": false,
|
|
112
|
-
"verboseLogging": false,
|
|
113
|
-
"logLevel": "info",
|
|
114
|
-
"saveDebugLogs": false,
|
|
115
|
-
"debugLogPath": "./debug.log"
|
|
116
|
-
}
|
|
117
|
-
}
|