Idea Delivered Partially

Capture string IDs as Document Structure for software filetypes

I loved seeing that string IDs were captured from Passolo SDLXLIFFs as Document Structure, although it would be a great help to be able to create a REGEX filter for string IDs (currently only 'ID' is displayed and users can only filter for 'ID').

I wonder now about the possibility of capturing string IDs directly in Studio for software filetypes such as JSON, properties, and RESX. This doesn't seem like it would be a major overhaul to the parsers.

Idea 1: instead of simply showing 'ID' with Passolo SDLXLIFFs, show the actual string ID. Make this filterable through Advanced Display Filter

Idea 2: capture string IDs as Document Structure for software filetypes: .properties, .resx, .JSON

Parents
  • We helped ourselves by adding a

    <context-group purpose="information">
     
    <context context-type="elementtitle">some.unique.key</context>
    </context-group>

    to the <trans-unit>s in our XLIFF file (which is generated from all the various soure file formats in our company).

    Using the SDI-Viewer plugin we now see both key AND comment for the current string.
    And with the Community Advanced Display Filter plugin the keys can even be filtered.
    So, mission accomplished.

    Duplicating stuff in the source file is a bit of a crude duct tape fix for sure, but now our LSPs and we are able to get our work done. :)

Comment
  • We helped ourselves by adding a

    <context-group purpose="information">
     
    <context context-type="elementtitle">some.unique.key</context>
    </context-group>

    to the <trans-unit>s in our XLIFF file (which is generated from all the various soure file formats in our company).

    Using the SDI-Viewer plugin we now see both key AND comment for the current string.
    And with the Community Advanced Display Filter plugin the keys can even be filtered.
    So, mission accomplished.

    Duplicating stuff in the source file is a bit of a crude duct tape fix for sure, but now our LSPs and we are able to get our work done. :)

Children