Module GettextTranslate.Hashtbl

module Hashtbl: sig .. end

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