[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Demexp-dev] LocalCaml 0.1.0: some localisation code for ocaml
From: |
David MENTRE |
Subject: |
[Demexp-dev] LocalCaml 0.1.0: some localisation code for ocaml |
Date: |
Wed, 19 May 2004 20:02:17 +0200 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
Hello,
The following package might be of some use in the near future.
==============================================================================
9) LocalCaml 0.1.0
------------------------------------------------------------------------------
** Benjamin Geer announced:
This is to announce a very preliminary implementation of a message
catalog system for localising text in OCaml programs; it's called
LocalCaml. The approach I've taken is partly inspired by Perl's
Locale::Maketext module[1]. In an attempt to provide the flexibility
needed to adapt sentence structure and morphology to numeric parameters
in messages, the library uses a general-purpose template engine,
CamlTemplate[2] as a language for writing message templates.
This isn't a proper release yet; I'm posting this message in order to
ask for feedback from the OCaml community. If you're interested in i18n
in OCaml, please have a look and let me know what you think.
You can get the tarball from here:
http://saucecode.org/localcaml/releases/localcaml-0.1.0.tar.gz
Anonymous CVS access is also available:
touch ~/.cvspass
cvs -d :pserver:address@hidden:/cvsroot login
cvs -z3 -d :pserver:address@hidden:/cvsroot co localcaml
Apologies for cross-posting. Please post followups to the ocaml-i18n
mailing list[3].
Ben
[1]
http://search.cpan.org/~sburke/Locale-Maketext-1.09/lib/Locale/Maketext/TPJ13.pod
[2] http://saucecode.org/camltemplate/
[3] http://www.orcaware.com/mailman/listinfo/ocaml-i18n
==============================================================================
--
David Mentré <address@hidden>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Demexp-dev] LocalCaml 0.1.0: some localisation code for ocaml,
David MENTRE <=