Formats
JSON (built-in)
Store messages in JSON files, with one file per locale.
This format is built in, and used if you configure format: 'json' in .eloqnt/config.ts.
By using this format, stored messages will look like this:
messages/de.json
{"HomePage": {"title": "Hallo!"}}
The format is implemented by @eloqnt/format-json.