@lingui/format-po-gettext 6.2.0 → 6.3.0

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.
@@ -3473,6 +3473,7 @@ function formatter(options = {}) {
3473
3473
  options = {
3474
3474
  origins: true,
3475
3475
  lineNumbers: true,
3476
+ foldLength: 0,
3476
3477
  ...options
3477
3478
  };
3478
3479
  const formatter2 = formatter$1(options);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingui/format-po-gettext",
3
- "version": "6.2.0",
3
+ "version": "6.3.0",
4
4
  "description": "Gettext PO formatter for Lingui message catalogs using gettext-style plural rules",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -41,9 +41,9 @@
41
41
  "dist/"
42
42
  ],
43
43
  "dependencies": {
44
- "@lingui/conf": "6.2.0",
45
- "@lingui/format-po": "6.2.0",
46
- "@lingui/message-utils": "6.2.0",
44
+ "@lingui/conf": "6.3.0",
45
+ "@lingui/format-po": "6.3.0",
46
+ "@lingui/message-utils": "6.3.0",
47
47
  "@messageformat/parser": "^5.0.0",
48
48
  "pofile-ts": "^4.0.3"
49
49
  },
@@ -56,5 +56,5 @@
56
56
  "unbuild": {
57
57
  "declaration": "node16"
58
58
  },
59
- "gitHead": "9f2a37bc4a9e3de323b4b9094898e8f05cf05956"
59
+ "gitHead": "f5f432578a13f07c5e261896eed65ec4f82998d3"
60
60
  }