summaryrefslogtreecommitdiff
path: root/misc/p5-Locale-Maketext/DESCR
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2004-05-13 08:32:17 +0000
committermjl <mjl@pkgsrc.org>2004-05-13 08:32:17 +0000
commitf68cba2f1dc0816af6185b0bf46baf2828aae7cc (patch)
treee4d5c086b0e42cd583688bc4635116cf1eaa5dd1 /misc/p5-Locale-Maketext/DESCR
parent020674ae97acd78c3eff9d36609943bd502316f5 (diff)
downloadpkgsrc-f68cba2f1dc0816af6185b0bf46baf2828aae7cc.tar.gz
Import p5-Locale-Maketext 1.08
It is a common feature of applications (whether run directly, or via the Web) for them to be "localized" -- i.e., for them to a present an English interface to an English-speaker, a German interface to a German-speaker, and so on for all languages it's programmed with. Locale::Maketext is a framework for software localization; it provides you with the tools for organizing and accessing the bits of text and text-processing code that you need for producing localized applications.
Diffstat (limited to 'misc/p5-Locale-Maketext/DESCR')
-rw-r--r--misc/p5-Locale-Maketext/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/p5-Locale-Maketext/DESCR b/misc/p5-Locale-Maketext/DESCR
new file mode 100644
index 00000000000..44bda2ad1ad
--- /dev/null
+++ b/misc/p5-Locale-Maketext/DESCR
@@ -0,0 +1,7 @@
+It is a common feature of applications (whether run directly, or via
+the Web) for them to be "localized" -- i.e., for them to a present an
+English interface to an English-speaker, a German interface to a
+German-speaker, and so on for all languages it's programmed with.
+Locale::Maketext is a framework for software localization; it provides
+you with the tools for organizing and accessing the bits of text and
+text-processing code that you need for producing localized applications.