@abdess76/i18nkit 1.0.0 → 1.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/CHANGELOG.md +7 -0
- package/README.md +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
6
6
|
and this project adheres to
|
|
7
7
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
8
8
|
|
|
9
|
+
## [1.0.2] - 05-01-2026
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Package published as scoped `@abdess76/i18nkit` on npm
|
|
14
|
+
- Updated documentation with correct install command
|
|
15
|
+
|
|
9
16
|
## [1.0.0] - 01-12-2025
|
|
10
17
|
|
|
11
18
|
### Added
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
[](https://npmjs.com/package/i18nkit)
|
|
5
|
+
[](https://npmjs.com/package/@abdess76/i18nkit)
|
|
6
6
|
[](https://nodejs.org)
|
|
7
7
|
[](LICENSE)
|
|
8
8
|
[](package.json)
|
|
@@ -38,7 +38,7 @@ Extensible via plugins for other frameworks and libraries.
|
|
|
38
38
|
### 1. Install
|
|
39
39
|
|
|
40
40
|
```bash
|
|
41
|
-
npm install --save-dev i18nkit
|
|
41
|
+
npm install --save-dev @abdess76/i18nkit
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
### 2. Add scripts to package.json
|
|
@@ -305,5 +305,5 @@ MIT
|
|
|
305
305
|
---
|
|
306
306
|
|
|
307
307
|
[GitHub](https://github.com/Abdess/i18nkit) ·
|
|
308
|
-
[npm](https://npmjs.com/package/i18nkit) ·
|
|
308
|
+
[npm](https://npmjs.com/package/@abdess76/i18nkit) ·
|
|
309
309
|
[Issues](https://github.com/Abdess/i18nkit/issues) · [Plugin Guide](PLUGINS.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abdess76/i18nkit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Universal i18n CLI - extract translation keys, sync language files, detect missing translations. Extensible plugin architecture.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Abdessamad DERRAZ",
|