Uploaded image for project: 'translate5'
  1. translate5
  2. TRANSLATE-2791

Extend term attribute mapping to <descrip> elements

    XMLWordPrintable

Details

    • Critical
    • In the TermPortal proprietary TBX attributes could be mapped to the Usage Status. This was restricted to termNotes, now all types of attributes can be mapped (for example xBool_Forbidden in descrip elements).

    Description

      problem

      Proprietary terminology management tools like Across, Multiterm and Qterm use non-standard attributes to mark, if a term should not be used.

      It is possible in translate5 to map those to the tbx standard values, that translate5 uses.

      So far this mapping does only work, if the attribute in the tbx is contained in a <termNote>-tag.

      It should also work, if the attribute is contained in a <descrip> tag (Important for Multiterm and Qterm).

      example

      <tig>
          <term id="tid-0-de-3">FOOBAR</term>
          <descripGrp>
              <descrip type="CaseSense">Near</descrip>
          </descripGrp>
          <descripGrp>
              <descrip type="xBool_Forbidden">True</descrip>
          </descripGrp>
          <descripGrp>
              <descrip type="PartialTreshold">Half</descrip>
          </descripGrp>
      </tig>
      
      currently supported form:
      
      <termNote type="xBool_Forbidden">True</termNote>
      
      

      Attachments

        Activity

          People

            tlauria Thomas Lauria
            marcmittag Marc Mittag [Administrator]
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: