package gettext
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=a80408ff891ed22b5be7e8a5331f4b31e7b50dea482bff56abe73457aa379e5f
sha512=574530a0c0822b7e1d5772f1c58db92bb52c742432666deb1cc2291fbe603250fa61263df033eb88769c8d7e8bcbbd728c91379d0a5377cfe6026d83a9222fb8
doc/gettext.base/GettextTypes/index.html
Module GettextTypes
Types and exception of ocaml-gettext.
Core types of ocaml-gettext library
Exceptions
exception CompileProblemReadingFile of filename * stringFilename wich generates the error message str
exception CompileExtractionFailed of filename * string * intWhile extracting filename the command str returns exit code i.
exception CompileExtractionInterrupted of filename * string * intWhile extracting filename the command receive signal i.
exception DomainFileDoesntExist of filename listCannot the filename corresponding to a textdomain among the specified files.
The two strings returned doesn't have the same meaning regarding Printf syntax.
A part of the code try to translate a string, but ocaml-gettext is not initialized.
exception MoInvalidOptions of Lexing.lexbuf * stringThere is an invalid field in the content information of a MO file.
exception MoInvalidPlurals of Lexing.lexbuf * stringThe plural-form field is not correct.
exception MoInvalidContentType of Lexing.lexbuf * stringThe content-type field is not correct.
A plural translation of a singular string has occured.
An out-of-bound plural translation has occured.
There is more plural translation than the number of plural forms.
Offset of the string table is out of bound.
Offset of the translation table is out of bound.
String and translation table overlap.
The offset and length of a string entry leads to an access beyond the end of the MO file.
The offset and length of a translation entry leads to an access beyond the end of the MO file.
exception PoInvalidFile of string * Lexing.lexbuf * in_channelA PO file cannot be parsed.
When parsing a PO file, found an out of order table indices in a plural form.
Modules signatures
type dependencies = (textdomain * codeset option * dir option) listmodule type INIT_TYPE = sig ... end