package gettext

  1. Overview
  2. Docs
Internationalization library (i18n)

Install

Dune Dependency

Authors

Maintainers

Sources

gettext-0.5.0.tbz
sha256=08dd9df55b2af1838e2312be4be942b4375dbc18c2aed0ca1924488750e34f5d
sha512=4a09eab6d6f0d6ec435ca3d70305e2f97cbcc04bea72f85efcf649a0ead2faa322a0b054eb953b719f6dea98fb08de32fc80b4cf967681465c5a51e335aaf8d4

doc/gettext.base/Gettext/Library/index.html

Module Gettext.LibrarySource

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).

Sourceval s_ : string -> string

Translate a singular string.

Sourceval f_ : ('a, 'b, 'c, 'c, 'c, 'd) format6 -> ('a, 'b, 'c, 'c, 'c, 'd) format6

Translate a Printf singular argument.

Sourceval sn_ : string -> string -> int -> string

Translate a plural string.

Sourceval 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.

OCaml

Innovation. Community. Security.