X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftinygettext%2Ftinygettext.hpp;h=fe0dff0b88282b282d5053cb514333de54e29a98;hb=fea3446f05e1e7673607b835c269d3e8d1929ab3;hp=ca731b9ac7980d859eeab373563dd19d5444537d;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/tinygettext/tinygettext.hpp b/src/tinygettext/tinygettext.hpp index ca731b9ac..fe0dff0b8 100644 --- a/src/tinygettext/tinygettext.hpp +++ b/src/tinygettext/tinygettext.hpp @@ -81,7 +81,7 @@ public: std::string translate(const std::string& msgid); /** Translate the string \a msgid. */ const char* translate(const char* msgid); - + /** Add a translation from \a msgid to \a msgstr to the dictionary, where \a msgid is the singular form of the message, msgid2 the plural form and msgstrs a table of translations. The right @@ -137,7 +137,7 @@ public: /** Add a directory to the search path for dictionaries */ void add_directory(const std::string& pathname); - + /** Return a set of the available languages in their country code */ std::set get_languages();