package gettext

  1. Overview
  2. Docs

Module GettextMoSource

  • author Sylvain Le Gall
Sourceval mo_sig_be : int32
Sourceval mo_sig_le : int32
Sourceval check_mo_header : in_channel -> GettextTypes.mo_header -> GettextTypes.mo_header
Sourceval input_mo_header : in_channel -> GettextTypes.mo_header
Sourceval output_mo_header : out_channel -> GettextTypes.mo_header -> unit
Sourceval string_of_mo_header : GettextTypes.mo_header -> string
Sourceval input_mo_untranslated : 'a -> in_channel -> GettextTypes.mo_header -> int -> string list
Sourceval input_mo_translated : 'a -> in_channel -> GettextTypes.mo_header -> int -> string list
Sourceval input_mo_translation : GettextTypes.failsafe -> in_channel -> GettextTypes.mo_header -> int -> GettextTypes.translation
Sourceval get_translated_value : GettextTypes.failsafe -> GettextTypes.translation -> int -> string
Sourceval germanic_plural : int -> int
Sourceval input_mo_informations : GettextTypes.failsafe -> in_channel -> GettextTypes.mo_header -> GettextTypes.mo_translation
Sourceval string_of_mo_informations : ?compute_plurals:(int * int) -> GettextTypes.mo_translation -> string
Sourceval output_mo : ?endianess:GettextTypes.endianess -> out_channel -> GettextTypes.translation list -> unit
Sourceval fold_mo : GettextTypes.failsafe -> (GettextTypes.translation -> 'a -> 'a) -> 'a -> string -> 'a * (int -> int)
OCaml

Innovation. Community. Security.