|
HikoGUI
A low latency retained GUI
|
#include <ttauri/l10n.hpp>
Public Member Functions | |
| l10n (l10n const &) noexcept=default | |
| l10n (l10n &&) noexcept=default | |
| l10n & | operator= (l10n const &) noexcept=default |
| l10n & | operator= (l10n &&) noexcept=default |
| operator bool () const noexcept | |
| l10n (std::u8string_view msgid) noexcept | |
| l10n (std::string_view msgid) noexcept | |
Friends | |
| class | label |
A localizable string.
Used by gettext to extract all msgids from the program into the .pot file.