caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [ANN] ocaml-gettext v 0.2.0
@ 2005-04-17 22:30 Sylvain LE GALL
  0 siblings, 0 replies; only message in thread
From: Sylvain LE GALL @ 2005-04-17 22:30 UTC (permalink / raw)
  To: caml-list

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-17 22:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-17 22:30 [ANN] ocaml-gettext v 0.2.0 Sylvain LE GALL

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).