package gettext

  1. Overview
  2. Docs

Module to handle typical library requirement

Parameters

Signature

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) format6 -> ('a, 'b, 'c, 'c, 'c, 'd) format6

Translate a Printf singular argument.

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

Translate a plural string.

val fn_ : ('a, 'b, 'c, 'c, 'c, 'd) format6 -> ('a, 'b, 'c, 'c, 'c, 'd) format6 -> int -> ('a, 'b, 'c, 'c, 'c, 'd) format6

Translate a Printf plural argument.