]> git.lyx.org Git - lyx.git/blobdiff - src/support/Messages.h
correct use of NSNumber constructor for NSTimeInterval;remove superfluous semicolons...
[lyx.git] / src / support / Messages.h
index 08500a9044fc61c15226110d27d3151b34505802..3b3dce8304be7d29a84dc1382e75bd2feea53489 100644 (file)
@@ -26,6 +26,8 @@ public:
        Messages(std::string const & l = std::string());
        ///
        docstring const get(std::string const & msg) const;
+       /// Is an (at least partial) translation of this language available?
+       bool available() const;
        ///
        static void init();
        ///