1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: node-gettext-parser
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Mathias Behrle <mbehrle@debian.org>
Build-Depends: chai <!nocheck>
, debhelper-compat (= 13)
, dh-sequence-nodejs
, mocha <!nocheck>
, node-content-type <!nocheck>
, node-encoding <!nocheck>
, node-readable-stream <!nocheck>
, node-safe-buffer <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-gettext-parser
Vcs-Git: https://salsa.debian.org/js-team/node-gettext-parser.git
Homepage: https://github.com/smhg/gettext-parser
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-gettext-parser
Architecture: all
Depends: ${misc:Depends}
, node-content-type
, node-encoding
, node-readable-stream
, node-safe-buffer
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: 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.
|