Current section

Files

Jump to
kielet include kielet_Language.hrl
Raw

include/kielet_Language.hrl

-record(language, {
code :: binary(),
translations :: gleam@dict:dict(kielet@mo:msgid(), kielet@mo:translation()),
plurals :: gleam@option:option(kielet@plurals:plurals())
}).