Module GettextTranslate.Open

module Open: sig .. end

type u = {
   dummy : Dummy.u;
   filename : GettextTypes.filename;
   charset : string -> string;
   failsafe : GettextTypes.failsafe;
   fun_plural_forms : int -> int;
   number_of_strings : int;
}
val create : GettextTypes.t ->
GettextTypes.filename -> (string -> string) -> u
val translate : u ->
bool -> String.t -> (string * int) option -> string