Expand description
A set of macros to make i18n easier.
Macrosยง
- compile_
i18n - Compiles your internationalization files.
- i18n
- Marks a string as translatable and translate it at runtime.
- i18n_
domain - Gives you the translation domain for the current crate.
- include_
i18n - Use this macro to staticaly import translations into your final binary.
- init_
i18n - This macro configures internationalization for the current crate
- t
- Marks a string as translatable