module Gettext: sig
.. end
Modules to use in libraries and programs.
Author(s): Sylvain Le Gall
val string_of_exception : exn -> string
Return the string representation of a ocaml-gettext exception.
val init : GettextTypes.dependencies
Value of the dependencies for the initialization of the library
Gettext (for translating exception and help message)
module Library:
Module to handle typical library requirement
module Program:
Module to handle typical program requirement