module Open:sig
..end
type
u = {
|
dummy : |
|
filename : |
|
charset : |
|
failsafe : |
|
fun_plural_forms : |
|
number_of_strings : |
val create : GettextTypes.t ->
GettextTypes.filename -> (string -> string) -> u
val translate : u ->
bool -> String.t -> (string * int) option -> string