Functor GettextRealize.Generic

module Generic: 
functor (Translate : GettextTranslate.TRANSLATE_TYPE) ->
functor (Charset : GettextCharset.CHARSET_TYPE) ->
functor (Locale : GettextLocale.LOCALE_TYPE) -> sig .. end
Parameters:
Translate : GettextTranslate.TRANSLATE_TYPE
Charset : GettextCharset.CHARSET_TYPE
Locale : GettextLocale.LOCALE_TYPE

module MapTranslate: Map.Make(sig
type t = GettextTypes.textdomain * GettextCategory.category 
val compare : String.t * GettextCategory.category ->
String.t * GettextCategory.category -> int
end)
val add_textdomain_category : GettextTypes.t ->
Translate.u MapTranslate.t ->
GettextTypes.MapTextdomain.key ->
GettextCategory.category -> Translate.u MapTranslate.t
val add_textdomain : GettextTypes.t ->
Translate.u MapTranslate.t ->
GettextTypes.MapTextdomain.key ->
Translate.u MapTranslate.t
val realize : GettextTypes.t ->
bool ->
GettextTypes.textdomain option ->
string -> (string * int) option -> GettextCategory.category -> string