Module Chrome_lwt__.I18n_chrome_lwt

include I18n_chrome_common
class type language_percent = object ... end
class type language_detection = object ... end
class type i18n = object ... end
val i18n : 'a
val getMessage : ?⁠substitutions:string list -> string -> string
val getUILanguage : unit -> 'a
val getAcceptLanguages : unit -> string list Lwt.t
val detectLanguage : string -> 'a Lwt.t