@lingui/format-po 4.6.0 → 4.7.1
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 +1 -1
- package/dist/po.d.cts +1 -1
- package/dist/po.d.mts +1 -1
- package/dist/po.d.ts +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -71,7 +71,7 @@ export type PoFormatterOptions = {
|
|
|
71
71
|
*
|
|
72
72
|
* Set this option to true if you exclusively use explicit-ids in your project.
|
|
73
73
|
*
|
|
74
|
-
* https://lingui.dev/tutorials/
|
|
74
|
+
* https://lingui.dev/tutorials/explicit-vs-generated-ids#using-custom-id
|
|
75
75
|
*
|
|
76
76
|
* @default false
|
|
77
77
|
*/
|
package/dist/po.d.cts
CHANGED
|
@@ -28,7 +28,7 @@ type PoFormatterOptions = {
|
|
|
28
28
|
*
|
|
29
29
|
* Set this option to true if you exclusively use explicit-ids in your project.
|
|
30
30
|
*
|
|
31
|
-
* https://lingui.dev/tutorials/
|
|
31
|
+
* https://lingui.dev/tutorials/explicit-vs-generated-ids#using-custom-id
|
|
32
32
|
*
|
|
33
33
|
* @default false
|
|
34
34
|
*/
|
package/dist/po.d.mts
CHANGED
|
@@ -28,7 +28,7 @@ type PoFormatterOptions = {
|
|
|
28
28
|
*
|
|
29
29
|
* Set this option to true if you exclusively use explicit-ids in your project.
|
|
30
30
|
*
|
|
31
|
-
* https://lingui.dev/tutorials/
|
|
31
|
+
* https://lingui.dev/tutorials/explicit-vs-generated-ids#using-custom-id
|
|
32
32
|
*
|
|
33
33
|
* @default false
|
|
34
34
|
*/
|
package/dist/po.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ type PoFormatterOptions = {
|
|
|
28
28
|
*
|
|
29
29
|
* Set this option to true if you exclusively use explicit-ids in your project.
|
|
30
30
|
*
|
|
31
|
-
* https://lingui.dev/tutorials/
|
|
31
|
+
* https://lingui.dev/tutorials/explicit-vs-generated-ids#using-custom-id
|
|
32
32
|
*
|
|
33
33
|
* @default false
|
|
34
34
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lingui/format-po",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.7.1",
|
|
4
4
|
"description": "Gettext PO format for Lingui Catalogs",
|
|
5
5
|
"main": "./dist/po.cjs",
|
|
6
6
|
"module": "./dist/po.mjs",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"dist/"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@lingui/conf": "4.
|
|
45
|
-
"@lingui/message-utils": "4.
|
|
44
|
+
"@lingui/conf": "4.7.1",
|
|
45
|
+
"@lingui/message-utils": "4.7.1",
|
|
46
46
|
"date-fns": "^2.29.3",
|
|
47
47
|
"pofile": "^1.1.4"
|
|
48
48
|
},
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"tsd": "^0.28.0",
|
|
53
53
|
"unbuild": "2.0.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "49647102dbbd7046a2c318ba0525c1392e370076"
|
|
56
56
|
}
|