Copyright © (C) 2014, Sergey Prokhorov
Behaviours: gen_server.
Authors: Sergey Prokhorov (me@seriyps.ru).
domain
).
bindtextdomain(Domain::atom(), LocaleDir::file:filename()) -> ok
code_change(OldVsn, State, Extra) -> any()
dnpgettext(Domain::atom(), Context::binary() | undefined, Singular::binary(), Plural::binary(), N::integer(), Locale::binary()) -> binary() | undefined
dpgettext(Domain::atom(), Context::binary() | undefined, Text::binary(), Locale::binary()) -> binary() | undefined
ensure_loaded(TextDomain::atom(), Category::atom(), Locale::binary()) -> {ok, already | file:filename()} | {error, any()}
handle_call(X1, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(Info, State) -> any()
header(Domain::atom(), Locale::binary(), Name::binary()) -> undefined | binary()
init(X1) -> any()
reload(TextDomain::atom(), Locales::[Locale]) -> [{Locale, ok, binary()} | {Locale, error, any()}]
start_link() -> any()
terminate(Reason, State) -> any()
which_domains() -> [atom()]
which_domains(Locale::binary()) -> [atom()]
which_keys(Domain::atom(), Locale::binary()) -> [{Singular, Plural, Context}]
which_loaded() -> [{Domain, Locale, MoPath}]
which_locales(Domain::atom()) -> [binary()]
Generated by EDoc