Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val check_mo_header :
in_channel ->
GettextTypes.mo_header ->
GettextTypes.mo_header
val input_mo_header : in_channel -> GettextTypes.mo_header
val output_mo_header : out_channel -> GettextTypes.mo_header -> unit
val input_mo_untranslated :
'a ->
in_channel ->
GettextTypes.mo_header ->
int ->
string list
val input_mo_translated :
'a ->
in_channel ->
GettextTypes.mo_header ->
int ->
string list
val input_mo_translation :
GettextTypes.failsafe ->
in_channel ->
GettextTypes.mo_header ->
int ->
GettextTypes.translation
val input_mo_informations :
GettextTypes.failsafe ->
in_channel ->
GettextTypes.mo_header ->
GettextTypes.mo_translation
val output_mo :
?endianess:GettextTypes.endianess ->
out_channel ->
GettextTypes.translation list ->
unit