Go to the source code of this file.
Define Documentation
Function Documentation
The explain_buffer_gettext function may be used to translate a string via gettext, and then print it on the given string buffer.
- Parameters:
-
sb | The string buffer to print on. |
str | The string to be localized and printed. |
Definition at line 25 of file gettext.c.
The explain_buffer_gettext_printf function may be used to translate a string via gettext, and then use it as the format string for a printf into the given string buffer.
- Parameters:
-
sb | The string buffer to print on. |
fmt | The format string describing the rest of the arguments, to be localized and printed. |