This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Description
I think it could be useful to highlight the translation context comments differently:
Text {
id: txt1;
// This user interface string is only used here
//: The back of the object, not the front
//~ Context Not related to back-stepping
text: qsTr("Back");
}
Context in //~ Context could also be highlighted differently since it won't be copied to the TS file. This is definitely a nice to have and not at all necessary so feel free to close as "won't do".