Functor Gettext.Library


module Library: 
functor (Init : GettextTypes.INIT_TYPE) -> sig .. end
Module to handle typical library requirement
Parameters:
Init : GettextTypes.INIT_TYPE

val init : GettextTypes.dependencies
Definition of all variables required by ocaml-gettext to use this module ( includes all the dependencies of the library, as defined in GettextTypes.Init ).
val s_ : string -> string
Translate a singular string.
val f_ : string -> ('a, 'b, 'c, 'd) format4
Translate a Printf singular argument.
val sn_ : string -> string -> int -> string
Translate a plural string.
val fn_ : string -> string -> int -> ('a, 'b, 'c, 'd) format4
Translate a Printf plural argument.