Browse thread
[Caml-list] ANN: LocalCaml 0.1.0
- Benjamin Geer
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-05-16 (20:19) |
From: | Benjamin Geer <ben@s...> |
Subject: | [Caml-list] ANN: LocalCaml 0.1.0 |
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:anonymous@cvs.saucecode.org:/cvsroot login cvs -z3 -d :pserver:anonymous@cvs.saucecode.org:/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 ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners