]> git.lyx.org Git - lyx.git/blobdiff - src/gettext.h
cleanup and reorder initialisation code of GuiView and GuiToolbars. Move some things...
[lyx.git] / src / gettext.h
index 724d6e4ea0fb9b2d371c4cbef176e22317b2d0e0..597a3a1abda6a8510282f153226df0a01bdaf8c5 100644 (file)
@@ -13,9 +13,7 @@
 #ifndef GETTEXT_H
 #define GETTEXT_H
 
-#include "support/docstring.h"
-
-#include <string>
+#include "support/strfwd.h"
 
 
 namespace lyx {
@@ -63,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();