web-internationalization 2.0.36 → 2.0.38
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 +7 -7
- package/readme.md +3 -5
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.38",
|
|
3
3
|
"name": "web-internationalization",
|
|
4
4
|
"description": "Expand your audience",
|
|
5
5
|
"keywords": [
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"@types/jsdom": "^28.0.3",
|
|
61
61
|
"@types/node": "^25.9.2",
|
|
62
62
|
"@types/webpack-env": "^1.18.8",
|
|
63
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
64
|
-
"@typescript-eslint/parser": "^8.
|
|
63
|
+
"@typescript-eslint/eslint-plugin": "^8.61.0",
|
|
64
|
+
"@typescript-eslint/parser": "^8.61.0",
|
|
65
65
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
66
|
-
"clientnode": "^4.0.
|
|
66
|
+
"clientnode": "^4.0.1421",
|
|
67
67
|
"eslint": "^10.4.1",
|
|
68
68
|
"eslint-config-google": "^0.14.0",
|
|
69
69
|
"eslint-plugin-jsdoc": "^63.0.2",
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
"jest": "^30.4.2",
|
|
73
73
|
"jsdoc": "^4.0.5",
|
|
74
74
|
"prop-types": "^15.8.1",
|
|
75
|
-
"typescript-eslint": "^8.
|
|
76
|
-
"web-component-wrapper": "^0.0.
|
|
77
|
-
"web-documentation": "^1.0.
|
|
75
|
+
"typescript-eslint": "^8.61.0",
|
|
76
|
+
"web-component-wrapper": "^0.0.595",
|
|
77
|
+
"web-documentation": "^1.0.31",
|
|
78
78
|
"weboptimizer": "^3.0.24",
|
|
79
79
|
"webpack-dev-server": "^5.2.4"
|
|
80
80
|
},
|
package/readme.md
CHANGED
|
@@ -36,7 +36,7 @@ Use case
|
|
|
36
36
|
A WebComponent to replace alternate version of text for client side
|
|
37
37
|
internationalization.
|
|
38
38
|
<!--deDE:
|
|
39
|
-
Eine Web-Komponente zum klientseitigem
|
|
39
|
+
Eine Web-Komponente zum klientseitigem ersetzten von verschiedenen
|
|
40
40
|
Textversionen. Perfekt für die Internationalisierung Ihres Webprojekts.
|
|
41
41
|
-->
|
|
42
42
|
<!--frFR:
|
|
@@ -172,9 +172,7 @@ translation node. In this case you can simply wrap a self defined dom node.
|
|
|
172
172
|
<!--deDE:
|
|
173
173
|
Ihre deutsche Variante mit eingebetteten <strong>dom Knoten</strong>.
|
|
174
174
|
-->
|
|
175
|
-
<!--frFR:
|
|
176
|
-
Votre version français <strong>dom nodes</strong> à l'intérieur.
|
|
177
|
-
-->
|
|
175
|
+
<!--frFR:Votre version français <strong>dom nodes</strong> à l'intérieur.-->
|
|
178
176
|
```
|
|
179
177
|
|
|
180
178
|
It is also possible to use an alternative replacement node.
|
|
@@ -245,7 +243,7 @@ translations.
|
|
|
245
243
|
<h2 id="title-2">title 2<!--deDE:Titel 2--><!--frFR:titre 2--></h2>
|
|
246
244
|
```
|
|
247
245
|
|
|
248
|
-
With the below initialization you can
|
|
246
|
+
With the below initialization you can simply add this links everywhere in your
|
|
249
247
|
page to switch language. On click, you will switch the current language
|
|
250
248
|
interactively. Try it by yourself:
|
|
251
249
|
<!--deDE:
|