]> git.lyx.org Git - lyx.git/blobdiff - src/Language.h
Whitespace
[lyx.git] / src / Language.h
index 537c7f76fa0efdcc2739999e38ffb2ea8e069edd..955df26b204c03681449a07ce34ba2234eb2b0d3 100644 (file)
@@ -40,6 +40,8 @@ public:
        std::string const & polyglossia() const { return polyglossia_name_; }
        /// polyglossia language options
        std::string const & polyglossiaOpts() const { return polyglossia_opts_; }
+       /// requirement (package, function)
+       std::string const & requires() const { return requires_; }
        /// translatable GUI name
        std::string const & display() const { return display_; }
        /// is this a RTL language?
@@ -93,6 +95,8 @@ private:
        ///
        std::string polyglossia_opts_;
        ///
+       std::string requires_;
+       ///
        std::string display_;
        ///
        bool rightToLeft_;