
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@lingui/format-po-gettext
Advanced tools
Gettext PO format with gettext-style plurals for Lingui Catalogs
Read and write message catalogs in Gettext PO format with gettext-style plurals
Converts ICU Plural expressions into native gettext plurals
@lingui/format-po-gettext
is part of LinguiJS. See the
documentation for all information, tutorials and examples.
Warning 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.
Not supported features (native gettext doesn't support this):
- SelectOrdinal
- Select
- Nested ICU Expressions
- Signed digits and fractions (-5, and 0.15) in plurals
#. js-lingui-id: WGI12K
#. js-lingui:icu=%7BanotherCount%2C+plural%2C+one+%7BSingular+case%7D+other+%7BCase+number+%7BanotherCount%7D%7D%7D&pluralize_on=anotherCount
msgid "Singular case"
msgid_plural "Case number {anotherCount}"
msgstr[0] "Singular case"
msgstr[1] "Case number {anotherCount}"
npm install --save-dev @lingui/format-po-gettext
# yarn add --dev @lingui/format-po-gettext
// lingui.config.{js,ts}
import {formatter} from "@lingui/format-po-gettext"
export default {
[...]
format: formatter({lineNumbers: false}),
}
Possible options:
export type PoGettextFormatterOptions = {
/**
* Print places where message is used
*
* @default true
*/
origins?: boolean
/**
* Print line numbers in origins
*
* @default true
*/
lineNumbers?: boolean
/**
* Disable warning about unsupported `Select` feature encountered in catalogs
*
* @default false
*/
disableSelectWarning?: boolean
}
This package is licensed under MIT license.
FAQs
Gettext PO format with gettext-style plurals for Lingui Catalogs
The npm package @lingui/format-po-gettext receives a total of 4,860 weekly downloads. As such, @lingui/format-po-gettext popularity was classified as popular.
We found that @lingui/format-po-gettext demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.