8#include "../formula/formula.hpp"
10#include "../os_settings.hpp"
14#include <unordered_map>
16namespace hi::inline
v1 {
18[[nodiscard]] std::string_view get_translation(
19 std::string_view msgid,
23void add_translation(
std::string_view msgid, language const &language,
std::vector<
std::
string> const &plural_forms) noexcept;
26 std::string_view msgid,
27 std::
string const &language_tag,
28 std::vector<
std::
string> const &plural_forms) noexcept;
30struct po_translations;
31void add_translation(po_translations const &translations, language const &language) noexcept;
DOXYGEN BUG.
Definition algorithm.hpp:15