Compile-time bilingual format string carrying a checked format and its translatable literal.
Declared in <util/translation.h>
template<unsigned int num_params>
struct BilingualFmt;
| Name | Description |
|---|---|
BilingualFmt [constructor] | Build a bilingual format string from a translatable literal. |
| Name | Description |
|---|---|
lit | The translatable literal used to produce the translated format string. |
original | The compile-time checked format string, using the original (English) text. |
| Name | Description |
|---|---|
::tinyformat::format | Format a bilingual string from a bilingual format string and its arguments. |