6#include "TTauri/Foundation/expression.hpp"
7#include "TTauri/Foundation/hash.hpp"
12#include <unordered_map>
16[[nodiscard]] std::string_view get_translation(
17 std::string_view msgid,
23 std::string_view msgid,
24 language
const &language,
29 std::string_view msgid,
34struct po_translations;
35void add_translation(po_translations
const &translations, language
const &language)
noexcept;