translatable 1.0.0

A robust internationalization solution for Rust featuring compile-time validation, ISO 639-1 compliance, and TOML-based translation management.
Documentation
1
2
3
4
5
6
7
error: The path 'non::existing::path' could not be found
 --> tests/integration/path/fail_static_nonexistent.rs:5:5
  |
5 |     translation!("es", static non::existing::path);
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `translation` (in Nightly builds, run with -Z macro-backtrace for more info)