@lingui/format-po-gettext
Advanced tools
Comparing version 4.12.0 to 4.13.0
@@ -6,2 +6,3 @@ import { CatalogFormatter } from '@lingui/conf'; | ||
disableSelectWarning?: boolean; | ||
customICUPrefix?: string; | ||
}; | ||
@@ -8,0 +9,0 @@ declare function formatter(options?: PoGettextFormatterOptions): CatalogFormatter; |
{ | ||
"name": "@lingui/format-po-gettext", | ||
"version": "4.12.0", | ||
"version": "4.13.0", | ||
"description": "Gettext PO format with gettext-style plurals for Lingui Catalogs", | ||
@@ -44,5 +44,5 @@ "main": "./dist/po-gettext.cjs", | ||
"dependencies": { | ||
"@lingui/conf": "4.12.0", | ||
"@lingui/format-po": "4.12.0", | ||
"@lingui/message-utils": "4.12.0", | ||
"@lingui/conf": "4.13.0", | ||
"@lingui/format-po": "4.13.0", | ||
"@lingui/message-utils": "4.13.0", | ||
"@messageformat/parser": "^5.0.0", | ||
@@ -59,3 +59,3 @@ "node-gettext": "^3.0.0", | ||
}, | ||
"gitHead": "83a6ea03f22d6284bdcf067bde7b406c4e3520bc" | ||
"gitHead": "263faa5b8cbe07ea1bbe4f5902794f29b773984d" | ||
} |
@@ -16,3 +16,3 @@ [![License][badge-license]][license] | ||
> This formatter is made for compatibility with translation management systems, which do not support ICU expressions in PO files. | ||
> | ||
> | ||
> It does not support all features of LinguiJS and should be carefully considered over other formats. | ||
@@ -76,6 +76,13 @@ > | ||
* Disable warning about unsupported `Select` feature encountered in catalogs | ||
* | ||
* | ||
* @default false | ||
*/ | ||
disableSelectWarning?: boolean | ||
/** | ||
* Overrides the default prefix for icu and plural comments in the final PO catalog. | ||
* | ||
* @default "js-lingui:" | ||
*/ | ||
customICUPrefix?: string | ||
} | ||
@@ -82,0 +89,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27103
558
100
+ Added@lingui/conf@4.13.0(transitive)
+ Added@lingui/format-po@4.13.0(transitive)
+ Added@lingui/message-utils@4.13.0(transitive)
- Removed@lingui/conf@4.12.0(transitive)
- Removed@lingui/format-po@4.12.0(transitive)
- Removed@lingui/message-utils@4.12.0(transitive)
Updated@lingui/conf@4.13.0
Updated@lingui/format-po@4.13.0
Updated@lingui/message-utils@4.13.0