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 40 41 42 43
|
Source: node-jed
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 12),
nodejs,
mocha,
node-expect.js,
dh-sequence-nodejs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-jed
Vcs-Git: https://salsa.debian.org/js-team/node-jed.git
Homepage: https://github.com/SlexAxton/Jed#readme
Package: node-jed
Architecture: all
Depends: ${misc:Depends},
Description: Gettext Style i18n for Modern JavaScript Apps - Node.js module
If you don't specifically need a gettext implementation, look at MessageFormat
instead, as it has better support for plurals/gender and has built-in locale
data.
.
Jed doesn't include a Gettext file parser, but several third-party parsers
exist that can have their output adapted for Jed.
.
Node.js is an event-based server-side JavaScript engine.
Package: libjs-jed
Architecture: all
Depends: ${misc:Depends}
, node-jed
Recommends: javascript-common
Description: Gettext Style i18n for Modern JavaScript Apps - JavaScript library
If you don't specifically need a gettext implementation, look at MessageFormat
instead, as it has better support for plurals/gender and has built-in locale
data.
.
Jed doesn't include a Gettext file parser, but several third-party parsers
exist that can have their output adapted for Jed.
.
This package contains jed suitable for use with browser environments.
|