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: smarty-gettext
Section: web
Priority: optional
Maintainer: Mike Gabriel <sunweaver@debian.org>
Uploaders:
Debian Edu Packaging Team <debian-edu-pkg-team@lists.alioth.debian.org>,
Build-Depends: debhelper-compat (= 13),
pkg-php-tools (>= 1.7~),
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/smarty-gettext/smarty-gettext
Vcs-Browser: https://salsa.debian.org/debian/smarty-gettext/
Vcs-Git: https://salsa.debian.org/debian/smarty-gettext.git
Package: smarty-gettext
Architecture: all
Depends: ${misc:Depends},
${phpcomposer:Debian-require},
gettext,
Suggests: smarty4,
smarty3,
Description: Gettext plugin enabling internationalization in Smarty
Smarty Gettext is a Smarty plugin providing internationalization support
based on the standard gettext mechanism. Smarty is a popular PHP templating
engine.
.
This package contains the Smarty Gettext plugin that provides i18n support
to the Smarty templating engine.
Package: tsmarty2c
Architecture: all
Depends: ${misc:Depends},
php-cli,
Breaks: smarty-gettext (<< 1.5.0-1~),
Replaces: smarty-gettext (<< 1.5.0-1~),
Description: Smarty Gettext's translation string ripper
Smarty Gettext is a Smarty plugin providing internationalization support
based on the standard gettext mechanism. Smarty is a popular PHP templating
engine.
.
This package contains the tsmarty2c program: it lets you extract
localizable strings from a Smarty template so that you can use the
normal gettext tools afterwards.
|