Module Gettext.Program

Module to handle typical program requirement

Parameters

Signature

val init : (Stdlib.Arg.key * Stdlib.Arg.spec * Stdlib.Arg.doc) list * string

The first element is a Arg argument list. The second element contains some information about the gettext library (version, build date and author).

val s_ : string -> string

See Library.s_

val f_ : ('a'b'c'c'c'd) Stdlib.format6 -> ('a'b'c'c'c'd) Stdlib.format6

See Library.f_

val sn_ : string -> string -> int -> string

See Library.sn_

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

See Library.fn_