Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lingui/format-po-gettext

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lingui/format-po-gettext - npm Package Compare versions

Comparing version 4.12.0 to 4.13.0

1

dist/po-gettext.d.ts

@@ -6,2 +6,3 @@ import { CatalogFormatter } from '@lingui/conf';

disableSelectWarning?: boolean;
customICUPrefix?: string;
};

@@ -8,0 +9,0 @@ declare function formatter(options?: PoGettextFormatterOptions): CatalogFormatter;

10

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc