Module GettextTranslate.Map

module Map: sig .. end

type u = {
   dummy : Dummy.u;
   map : GettextTypes.translation GettextTypes.MapString.t;
   failsafe : GettextTypes.failsafe;
   fun_plural_forms : int -> int;
}
val create : GettextTypes.t ->
GettextTypes.filename -> (string -> string) -> u
val translate : u ->
bool -> GettextTypes.MapString.key -> (string * int) option -> string