@lingui/format-po-gettext 4.0.0 → 4.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
  [documentation][documentation] for all information, tutorials and examples.
13
13
 
14
14
  > **Warning**
15
- > This formatter is made for compatibility with TMS, which does not support ICU expressions in PO files.
15
+ > This formatter is made for compatibility with translation management systems, which do not support ICU expressions in PO files.
16
16
  >
17
17
  > It does not support all features of LinguiJS and should be carefully considered over other formats.
18
18
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingui/format-po-gettext",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "Gettext PO format with gettext-style plurals for Lingui Catalogs",
5
5
  "main": "./dist/po-gettext.cjs",
6
6
  "module": "./dist/po-gettext.mjs",
@@ -40,9 +40,9 @@
40
40
  "dist/"
41
41
  ],
42
42
  "dependencies": {
43
- "@lingui/conf": "4.0.0",
44
- "@lingui/format-po": "4.0.0",
45
- "@lingui/message-utils": "4.0.0",
43
+ "@lingui/conf": "4.1.0",
44
+ "@lingui/format-po": "4.1.0",
45
+ "@lingui/message-utils": "4.1.0",
46
46
  "@messageformat/parser": "^5.0.0",
47
47
  "node-gettext": "^3.0.0",
48
48
  "plurals-cldr": "^2.0.1",
@@ -54,5 +54,5 @@
54
54
  "tsd": "^0.28.0",
55
55
  "unbuild": "^1.1.2"
56
56
  },
57
- "gitHead": "998996381f5e5a458c2eccf650f949d8c5d8ac89"
57
+ "gitHead": "471813c5de9ade3acccf647e18922b570a804577"
58
58
  }