8#include "../formula/formula.hpp"
13#include <unordered_map>
17[[nodiscard]] std::string_view get_translation(
18 std::string_view msgid,
24 std::string_view msgid,
25 language const &language,
26 std::vector<
std::
string> const &plural_forms
30 std::string_view msgid,
31 std::
string const &language_tag,
32 std::vector<
std::
string> const &plural_forms
35struct po_translations;
36void add_translation(po_translations const &translations, language const &language) noexcept;