Packages

A native gleam reader for GNU gettext .po files

Current section

Files

Jump to
poreader include poreader_Plural.hrl
Raw

include/poreader_Plural.hrl

-record(plural, {
msgid :: binary(),
msgid_plural :: binary(),
msgstr :: gleam@dict:dict(integer(), binary()),
msgctx :: gleam@option:option(binary()),
comments :: list(poreader:comment())
}).