Formats
PO (built-in)
Store messages in gettext-style PO files.
This format is built in, and used if you configure format: 'po' in .eloqnt/config.ts.
By using this format, stored messages will look like this:
messages/de.po
msgid ""msgstr """Language: de\n""Content-Type: text/plain; charset=utf-8\n""Content-Transfer-Encoding: 8bit\n""X-Generator: @eloqnt/format-po\n""X-Message-Key: msgctxt\n"#. Advance to the next slide#: src/components/Carousel.tsxmsgctxt "5VpL9Z"msgid "Right"msgstr "Rechts"
The format is implemented by @eloqnt/format-po.