[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Demexp-dev] [Sylvain LE GALL] [Caml-list] [ANN] ocaml-gettext v 0.2.0
From: |
David MENTRE |
Subject: |
[Demexp-dev] [Sylvain LE GALL] [Caml-list] [ANN] ocaml-gettext v 0.2.0 |
Date: |
Mon, 18 Apr 2005 21:37:21 +0200 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux) |
Hello,
For those interested in i18n and l10n of demexp, please find below a
library similar to C gettext. Apparently, its behavior is not exactly
the same as its C counterpart.
Yours,
d.
--- Begin Message ---
Subject: |
[Caml-list] [ANN] ocaml-gettext v 0.2.0 |
Date: |
Mon, 18 Apr 2005 00:30:22 +0200 |
User-agent: |
Mutt/1.5.9i |
Hello,
General :
Ocaml-gettext is a library that enables string translation in Ocaml. The
API is based on GNU gettext. It comes with a tool to extract the string
which needs to be translated from Ocaml source file.
This enable Ocaml program to output string in the native language of the
user ( if you also provide a file containing the translation of the
english string contains in the program to the one in the native language
of the user ).
The translation is base on string ( this means that you need to provide
a string and not a unique identifier, like in some other catalog
system ). This string is in english, and will be returned if the native
language of the user doesn't have translation catalog.
Changes:
v 0.2.0 is the first public release. Former release was simple wrapper
around GNU gettext. This release have a wrapper to GNU gettext AND a
pure Ocaml implementation of the library ( based on Camomile ).
Link :
http://www.carva.org/sylvain.le-gall/ocaml-gettext.html
Regard
Sylvain Le Gall
_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs
--- End Message ---
--
pub 1024D/A3AD7A2A 2004-10-03 David MENTRE <address@hidden>
5996 CC46 4612 9CA4 3562 D7AC 6C67 9E96 A3AD 7A2A
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Demexp-dev] [Sylvain LE GALL] [Caml-list] [ANN] ocaml-gettext v 0.2.0,
David MENTRE <=