]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/Config_Translator.h
Salome HOME
Replace of Events_Error by Events_InfoMessage. Provide storing of non translated...
[modules/shaper.git] / src / Config / Config_Translator.h
index 4365ec75213c9125267630d49c92a7cf7da70ff3..706883ffb37c025d5e03248736d0a557962a3b59 100644 (file)
@@ -13,6 +13,8 @@
 #include <string>
 #include <map>
 
+#define MISSED_TRANSLATION
+
 /**
  * \class Config_Translator
  * \ingroup Config
@@ -54,8 +56,21 @@ public:
     const std::string& theMessage, 
     const std::list<std::string>& theParams = std::list<std::string>());
 
+#ifdef _DEBUG
+#ifdef MISSED_TRANSLATION
+  static CONFIG_EXPORT void saveMissedTranslations();
+#endif
+#endif
+
+
 private:
   static Translator myTranslator;
+
+#ifdef _DEBUG
+#ifdef MISSED_TRANSLATION
+  static Translator myMissed;
+#endif
+#endif
 };
 
 #endif
\ No newline at end of file