]> git.lyx.org Git - lyx.git/blobdiff - src/gettext.h
* Application.C (Application): initialize correctly current_view_.
[lyx.git] / src / gettext.h
index 0783413b5eb6bd6a9ac8823201707180de15b480..0624d8be83ef5379ad9824fda22f73f3c9c3f24b 100644 (file)
@@ -61,6 +61,13 @@ docstring const _(std::string const &);
 
 #  define N_(str) (str)              // for detecting static strings
 
+/**
+ * Translate \p name if it is possible.
+ * This should be used to translate strings that come from configuration
+ * files like .ui files. These strings could already be in the native
+ * language if they come from a file in the personal directory. */
+docstring const translateIfPossible(docstring const & name);
+
 ///
 void locale_init();