@igo2/sdg-i18n 1.0.0-next.106 → 1.0.0-next.108

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 (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,9 @@
1
1
  # I18n
2
2
 
3
- This is base on @ngx-translate
3
+ Documentation à venir
4
+
5
+ Installer le paquet internationalisation i18n basé sur @ngx-translate. Ce paquet est optionnel et vous pouvez utiliser la stratégie qui convient le mieux à votre application.
6
+
7
+ ```
8
+ npm install --save @igo2/sdg-i18n
9
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/sdg-i18n",
3
- "version": "1.0.0-next.106",
3
+ "version": "1.0.0-next.108",
4
4
  "license": "LiLiQ-R",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,7 +19,7 @@
19
19
  "peerDependencies": {
20
20
  "@angular/common": "^19.0.0",
21
21
  "@angular/core": "^19.0.0",
22
- "@igo2/sdg-core": "^1.0.0-next.106",
22
+ "@igo2/sdg-core": "^1.0.0-next.108",
23
23
  "@ngx-translate/core": "^17.0.0",
24
24
  "@ngx-translate/http-loader": "^17.0.0"
25
25
  },