We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c692605 commit b957c31Copy full SHA for b957c31
src/translator_gr.h
@@ -2656,6 +2656,15 @@ class TranslatorGreek : public TranslatorAdapter_1_11_0
2656
{
2657
return "Αντιγραφή στο πρόχειρο";
2658
}
2659
+
2660
+//////////////////////////////////////////////////////////////////////////
2661
+// new since 1.11.0
2662
2663
2664
+ QCString trImportant() override
2665
+ {
2666
+ return "Σημαντικό";
2667
+ }
2668
};
2669
2670
#endif
0 commit comments