@tolgee/format-icu 6.2.4 → 6.2.6
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/README.md +16 -20
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -17,27 +17,23 @@
|
|
|
17
17
|
|
|
18
18
|
[](https://tolgee.io)
|
|
19
19
|
|
|
20
|
-
Tolgee is an open-source alternative to Crowdin, Phrase, or Lokalise
|
|
20
|
+
Tolgee is an open-source alternative to Crowdin, Phrase, or Lokalise
|
|
21
21
|
|
|
22
|
-

|
|
23
|
-
|
|
24
|
-

|
|
25
|
-
|
|
26
|
-

|
|
22
|
+
 
|
|
27
23
|

|
|
28
|
-

|
|
25
|
+

|
|
26
|
+
[](https://github.com/tolgee/tolgee-js)
|
|
27
|
+
|
|
28
|
+
[](https://github.com/tolgee/tolgee-platform)
|
|
29
|
+
[](https://github.com/tolgee/tolgee-platform/discussions)
|
|
30
|
+
[](https://hub.docker.com/repository/docker/tolgee/tolgee)
|
|
31
|
+
[](https://docs.tolgee.io/)
|
|
32
|
+
[](https://join.slack.com/t/tolgeecommunity/shared_invite/zt-2zp55d175-_agXTfKKVbf1BYXlKlmwbA)
|
|
33
|
+
[](https://dev.to/tolgee_i18n)
|
|
34
|
+
[](https://www.youtube.com/@tolgee)
|
|
35
|
+
[](https://www.linkedin.com/company/tolgee/)
|
|
36
|
+
[](https://x.com/Tolgee_i18n)
|
|
41
37
|
|
|
42
38
|
</div>
|
|
43
39
|
|
|
@@ -98,7 +94,7 @@ Check our [ICU format documentation](https://tolgee.io/platform/icu_message_form
|
|
|
98
94
|
|
|
99
95
|
|
|
100
96
|
## Why to use Tolgee?
|
|
101
|
-
|
|
97
|
+
Tolgee saves a lot of time you would spend on localization tasks otherwise. It enables you to provide perfectly translated software.
|
|
102
98
|
|
|
103
99
|
### Features
|
|
104
100
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tolgee/format-icu",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.6",
|
|
4
4
|
"description": "Tolgee format-icu plugin.",
|
|
5
5
|
"main": "./dist/tolgee-format-icu.cjs.js",
|
|
6
6
|
"module": "./dist/tolgee-format-icu.esm.js",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
53
53
|
"@rollup/plugin-typescript": "8.3.4",
|
|
54
54
|
"@testing-library/jest-dom": "^5.16.5",
|
|
55
|
-
"@tolgee/core": "6.2.
|
|
55
|
+
"@tolgee/core": "6.2.6",
|
|
56
56
|
"@types/jest": "^27.0.2",
|
|
57
57
|
"@types/node": "^17.0.8",
|
|
58
58
|
"@types/testing-library__jest-dom": "^5.14.5",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"access": "public"
|
|
73
73
|
},
|
|
74
74
|
"sideEffects": false,
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "250446fe536d3fda8d16d6bba048eb784fc8e74f"
|
|
76
76
|
}
|