https://bugs.kde.org/show_bug.cgi?id=523734
--- Comment #6 from Tyson Tan <[email protected]> --- I think you can ask Halla? Sorry but I'm not a programmer. I do have some notes when I was dealing with Krita's i18n: ### .CPP FILES i18n("STRING") -> i18nc("COMMENT", "STRING") addItem("TEXT(i18nc here)", "FUNCTION(do not touch)"); ### .H FILES ki18n("STRING") -> ki18nc("COMMENT", "STRING") ### .XML FILES USE: context="" <label context="@label">Hide trivial details</label> <whatsthis context="@info:whatsthis">Option to hide drivel</whatsthis> <text context="@item:inmenu">&New...</text> ### .UI FILES USE: comment="" <string comment="COMMENT">STRING</string> -- You are receiving this mail because: You are watching all bug changes.
