i18ntk 1.10.0 → 1.10.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.
Files changed (63) hide show
  1. package/LICENSE +23 -23
  2. package/README.md +1191 -1121
  3. package/main/i18ntk-analyze.js +1169 -1134
  4. package/main/i18ntk-backup.js +392 -392
  5. package/main/i18ntk-complete.js +581 -581
  6. package/main/i18ntk-fixer.js +776 -776
  7. package/main/i18ntk-go.js +283 -283
  8. package/main/i18ntk-init.js +1281 -1281
  9. package/main/i18ntk-java.js +384 -384
  10. package/main/i18ntk-js.js +509 -509
  11. package/main/i18ntk-php.js +1 -1
  12. package/main/i18ntk-py.js +379 -379
  13. package/main/i18ntk-scanner.js +634 -634
  14. package/main/i18ntk-setup.js +436 -427
  15. package/main/i18ntk-sizing.js +40 -34
  16. package/main/i18ntk-ui.js +57 -1
  17. package/main/i18ntk-usage.js +1 -1
  18. package/package.json +287 -282
  19. package/runtime/enhanced.js +874 -874
  20. package/runtime/i18ntk.d.ts +545 -545
  21. package/runtime/index.js +236 -236
  22. package/scripts/deprecate-versions.js +186 -61
  23. package/scripts/locale-optimizer.js +5 -5
  24. package/scripts/security-check.js +11 -3
  25. package/scripts/verify-deprecations.js +161 -149
  26. package/scripts/verify-translations.js +62 -62
  27. package/settings/i18ntk-config.json +2 -2
  28. package/settings/settings-manager.js +968 -965
  29. package/ui-locales/de.json +2347 -2347
  30. package/ui-locales/en.json +1 -1
  31. package/ui-locales/es.json +2352 -2352
  32. package/ui-locales/fr.json +2347 -2347
  33. package/ui-locales/ja.json +2360 -2360
  34. package/ui-locales/ru.json +2358 -2358
  35. package/ui-locales/zh.json +2350 -2350
  36. package/utils/admin-auth.js +214 -214
  37. package/utils/arg-parser.js +40 -40
  38. package/utils/cli-args.js +210 -210
  39. package/utils/cli-helper.js +228 -228
  40. package/utils/colors-new.js +82 -82
  41. package/utils/config-helper.js +448 -368
  42. package/utils/config-manager.js +543 -536
  43. package/utils/config.js +128 -128
  44. package/utils/env-manager.js +270 -0
  45. package/utils/framework-detector.js +365 -365
  46. package/utils/init-helper.js +124 -124
  47. package/utils/logger.js +64 -60
  48. package/utils/missing-key-validator.js +857 -857
  49. package/utils/performance-optimizer.js +245 -245
  50. package/utils/plugin-loader.js +38 -31
  51. package/utils/prompt-fixed.js +55 -55
  52. package/utils/prompt-new.js +55 -55
  53. package/utils/prompt.js +85 -85
  54. package/utils/secure-backup.js +339 -339
  55. package/utils/secure-errors.js +154 -154
  56. package/utils/security-check.js +453 -449
  57. package/utils/security-config.js +238 -238
  58. package/utils/security.js +602 -438
  59. package/utils/setup-enforcer.js +298 -297
  60. package/utils/setup-validator.js +715 -715
  61. package/utils/terminal-icons.js +163 -0
  62. package/utils/ultra-performance-optimizer.js +349 -349
  63. package/utils/version-utils.js +50 -50
package/LICENSE CHANGED
@@ -1,23 +1,23 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 I18NTK Management Toolkit (i18ntk v1.9.1)
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
22
-
23
- **Last Updated**: 13/08/2025
1
+ MIT License
2
+
3
+ Copyright (c) 2025 I18NTK Management Toolkit (i18ntk v1.10.1)
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
23
+ **Last Updated**: 13/08/2025