I am looking for a translation software tool that allows columns to be sorted by the msgctxt value.
Here's a screenshot of my poedit .pot file: The msgctxt has been imported, but it is not a sortable value.
This is the generated code:
msgctxt "imlang_ext"
msgid "To participate in this challenge please register below."
msgstr "Um am Fotowettbewerb teilnehmen zu können ist es notwendig, daß Sie sich registrieren. "
msgctxt "imlang_msg"
msgid "An error has occured. Please try again later."
msgstr "Ein Fehler ist aufgetreten. Bitte versuchen Sie es zu einem späteren Zeitpunkt erneut."
I want to allow translators to quickly get to the strings that vary from client to client (msgctxt: imlang_ext) and leave system messages alone (msgctxt: imlang_msg).
Which software can sort .pot files by msgctxt?