Packages

A native gleam reader for GNU gettext .po files

Current section

Files

Jump to
poreader include poreader_Singular.hrl
Raw

include/poreader_Singular.hrl

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