Parameters
Signature
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_ : ('a, 'b, 'c, 'c, 'c, 'd) Stdlib.format6 -> ('a, 'b, 'c, 'c, 'c, 'd) Stdlib.format6
Translate a Printf
singular argument.
val sn_ : string -> string -> int -> string
Translate a plural string.
val fn_ : ('a, 'b, 'c, 'c, 'c, 'd) Stdlib.format6 -> ('a, 'b, 'c, 'c, 'c, 'd) Stdlib.format6 -> int -> ('a, 'b, 'c, 'c, 'c, 'd) Stdlib.format6
Translate a Printf
plural argument.