X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FMessages.h;h=4ba2737cef1518911c99923991a213b80c511b23;hb=e4051a6bd586befbcc3dd92c50225d68e1833c73;hp=35a3bea32083d2c8d6fd49e67190ff4e3e4d9c76;hpb=16fd47ad8f5d78a3b7266520b0868c1e2bd0dcac;p=lyx.git diff --git a/src/support/Messages.h b/src/support/Messages.h index 35a3bea320..4ba2737cef 100644 --- a/src/support/Messages.h +++ b/src/support/Messages.h @@ -28,8 +28,8 @@ public: docstring const get(std::string const & msg) const; /// What is the language associated with this translation? std::string language() const; - /// Is an (at least partial) translation of this language available? - bool available() const; + /// Is an (at least partial) translation of language with code \p c available? + static bool available(std::string const & c); /// static void init();