i18n-format 0.4.0

A simple macro to allow formatting with gettext with a workaround for older xgettext
Documentation
0.4.0 - 2025-12-25

- API: use the `legacy` feature to keep the old API around.
- API: With gettext 0.24 and later you can use the macros
  `i18n_format!` and `i18n_nformat!`.
- The proc-macro crate is only used with the `legacy` feature.

0.3.0 - 2025-02-09

- Revamped completely to solve issue #1.
- Now split in two crates. The proc macro crate is separate.
- API compatible.

0.2.0 - 2023-01-22

- There is only one macro needed.
- Update documentation about xgettext keywords.

0.1.0 - 2023-01-21

Initial release of `i18n-format`.