node-gettext-parser 4.2.0+~4.0.1-2 source package in Ubuntu

Changelog

node-gettext-parser (4.2.0+~4.0.1-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-gettext-parser: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Wed, 07 Dec 2022 22:55:17 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-gettext-parser_4.2.0+~4.0.1-2.dsc 2.6 KiB fdba5b30c438d903ea6b5a8d1a14437bc4c520537e972381d3cb7b56cbe1eb75
node-gettext-parser_4.2.0+~4.0.1.orig-types-gettext-parser.tar.gz 1.8 KiB 41b2d1ee1f9993dd5249a30543c4d489fadde2571aa61dd730f71793f80967ae
node-gettext-parser_4.2.0+~4.0.1.orig.tar.gz 19.7 KiB 51da582c7510efc3f1e47537ee0344a439b19e1ffde3b1dfaec5c3d53e172140
node-gettext-parser_4.2.0+~4.0.1-2.debian.tar.xz 3.2 KiB c77b9601ed0101ca07a84e4a07603f66923288a8305f34a61d34183416d025ab

Available diffs

No changes file available.

Binary packages built by this source

node-gettext-parser: Parse and compile gettext po and mo files to/from json

 Parse and compile gettext *po* and *mo* files with node.js, nothing more,
 nothing less.
 .
 This module is slightly based on other gettext related modules
 (node-gettext (https://github.com/andris9/node-gettext)). The plan is to move
 all parsing and compiling logic from node-gettext to this module and leave
 only translation related functions (domains, plural handling, lookups etc.).
 .
 Node.js is an event-based server-side JavaScript engine.