liblocale-xgettext-perl 0.7-2 source package in Ubuntu

Changelog

liblocale-xgettext-perl (0.7-2) unstable; urgency=medium

  * Team upload.
  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Sun, 05 Feb 2023 20:55:24 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblocale-xgettext-perl_0.7-2.dsc 2.5 KiB 25a704d71f70b9168a60b527de2f008df41ba14a32fc64815aec718a5b57990d
liblocale-xgettext-perl_0.7.orig.tar.gz 74.2 KiB 95179b62d3e8e15f9345b604a595cfa688f1209e5900a7a9ea7a38d3424ed4a8
liblocale-xgettext-perl_0.7-2.debian.tar.xz 2.8 KiB 2e5a2248b02276bc308da414b1b19f288e618349395b27ecf776834f3344c5f9

Available diffs

No changes file available.

Binary packages built by this source

liblocale-xgettext-perl: extract strings from arbitrary formats into PO files

 When using GNU gettext you often find yourself extracting translatable
 strings from more or less exotic file formats that cannot be handled by
 xgettext from the GNU gettext suite directly.
 .
 Locale::XGettext simplifies the task of writing a string extractor in Perl,
 Python, Java, Ruby or other languages by providing a common base needed
 for such scripts.
 .
 Included is a sample string extractor xgettext-txt for plain text files. It
 simply splits the input into paragraphs, and turns each paragraph into an
 entry of a PO file.
 .
 See also:
  https://github.com/gflohr/Locale-XGettext
  https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html