7#include "../i18n/i18n.hpp"
13hi_export_module(hikogui.l10n.po_translations)
15hi_export namespace
hi {
inline namespace v1 {
17struct po_translation {
18 std::optional<std::string> msgctxt;
20 std::string msgid_plural;
21 std::vector<std::string> msgstr;
24struct po_translations {
25 language_tag language;
26 size_t nr_plural_forms;
27 std::string plural_expression;
28 std::vector<po_translation> translations;
The HikoGUI namespace.
Definition array_generic.hpp:21
DOXYGEN BUG.
Definition algorithm_misc.hpp:20