diff options
author | petef <petef@FreeBSD.org> | 2001-12-30 19:38:22 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-30 19:38:22 +0000 |
commit | edb64770414756f906c68f3186c7b3ff0e498805 (patch) | |
tree | 64d06cf8b42fa0d750c57c14096829544c237df9 /textproc/p5-Lingua-Preferred/pkg-descr | |
parent | c5292e355f7e4c1afb1ae230fd5526e5f49c07f3 (diff) | |
download | FreeBSD-ports-edb64770414756f906c68f3186c7b3ff0e498805.zip FreeBSD-ports-edb64770414756f906c68f3186c7b3ff0e498805.tar.gz |
Add p5-Lingua-Preferred 0.1.1, perl extension to choose a language.
PR: 33329
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'textproc/p5-Lingua-Preferred/pkg-descr')
-rw-r--r-- | textproc/p5-Lingua-Preferred/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Preferred/pkg-descr b/textproc/p5-Lingua-Preferred/pkg-descr new file mode 100644 index 0000000..c962ec4 --- /dev/null +++ b/textproc/p5-Lingua-Preferred/pkg-descr @@ -0,0 +1,8 @@ +This module provides a way for the user to specify possible languages +in order of preference, and then to pick the best language of those +available. Different 'dialects' given by the 'territory' part of the +language specifier (such as en, en_GB, and en_US) are also supported. + +WWW: http://search.cpan.org/search?dist=Lingua-Preferred + +Seamus Venasse <svenasse@polaris.ca> |