Details

    • Sub-task
    • Resolution: Unresolved
    • None
    • None
    • Okapi integration

    Description

      Problem

      Okapi 1.47 in Rainbow added new new grids/windows for okf_idml and okf_openxml formats.

      okf_idml new parameter pairs example:

      fontMappings.0.sourceLocalePattern=v1
      fontMappings.0.targetLocalePattern=v2
      fontMappings.0.sourceFontPattern=v3
      fontMappings.0.targetFont=v4
      fontMappings.number.i=1
      codeFinderRules.count.i=1
      codeFinderRules.rule0=some_rule_here

      okf_openxml new parameter pairs example:
      worksheetConfigurations.0.namePattern=A1
      worksheetConfigurations.0.sourceColumns=A2
      worksheetConfigurations.0.targetColumns=A3
      worksheetConfigurations.0.excludedRows=1
      worksheetConfigurations.0.excludedColumns=1
      worksheetConfigurations.0.metadataRows=2
      worksheetConfigurations.0.metadataColumns=2
      worksheetConfigurations.number.i=1
      fontMappings.0.sourceLocalePattern=v1
      fontMappings.0.targetLocalePattern=v2
      fontMappings.0.sourceFontPattern=v3
      fontMappings.0.targetFont=v4
      fontMappings.number.i=1

      Solution

      Add similar components into Okapi plugin to have these options editable in t5 front-end.
      Implement the missing UI-Changes for the OKAPI 1.47 upgrade:

      IDML:

      Font Mappings

      Codefinder (wait on feedback of Denis if this even works in longhorn!)

      OpenXML:

      General Options -> Font Mappings

      Excel-Options -> Worksheet Configurations

      XLIFF:

      See "Content Processing" tab

      The Implementation preferrably should work with one or two new Components (ExtJS classes):

      • A wrapper, that manages the creation  and optionally sorting of items (Add, Remove, Up, Down). It will also be used for the "FontMappings" UI instead of the "right click" adding/removing
      • Own components for the Items (fontMapping, worksheetConfiguration, codefinderRule)

      => Ask Axel for a short introduction into the existing framework

      Attachments

        Activity

          [TRANSLATE-4302] Add new grids/windows missing in the Okapi Plugin (idml, openxml, xliff)
          volodymyr@mittagqi.com Volodymyr Kyianenko made changes -
          Summary Original: Add new grids/windows missing in the Okapi Plugin (idml, openxml) New: Add new grids/windows missing in the Okapi Plugin (idml, openxml, xliff)
          volodymyr@mittagqi.com Volodymyr Kyianenko made changes -
          Description Original: h1. Problem

          Okapi 1.47 in Rainbow added new new grids/windows for okf_idml and okf_openxml formats.
          !IDML.png!

          *okf_idml* new parameter pairs example:

          fontMappings.0.sourceLocalePattern=v1
          fontMappings.0.targetLocalePattern=v2
          fontMappings.0.sourceFontPattern=v3
          fontMappings.0.targetFont=v4
          fontMappings.number.i=1
          codeFinderRules.count.i=1
          codeFinderRules.rule0=some_rule_here

          *okf_openxml* new parameter pairs example:
          worksheetConfigurations.0.namePattern=A1
          worksheetConfigurations.0.sourceColumns=A2
          worksheetConfigurations.0.targetColumns=A3
          worksheetConfigurations.0.excludedRows=1
          worksheetConfigurations.0.excludedColumns=1
          worksheetConfigurations.0.metadataRows=2
          worksheetConfigurations.0.metadataColumns=2
          worksheetConfigurations.number.i=1
          fontMappings.0.sourceLocalePattern=v1
          fontMappings.0.targetLocalePattern=v2
          fontMappings.0.sourceFontPattern=v3
          fontMappings.0.targetFont=v4
          fontMappings.number.i=1
          h1. Solution

          Add similar components into Okapi plugin to have these options editable in t5 front-end.
          Implement the missing UI-Changes for the OKAPI 1.47 upgrade:
          h4. IDML:

          Font Mappings

          Codefinder (wait on feedback of Denis if this even works in longhorn!)

           
          h4. OpenXML:

          General Options -> Font Mappings

          Excel-Options -> Worksheet Configurations

           

          The Implementation preferrably should work with one or two new Components (ExtJS classes):
           * A wrapper, that manages the creation  and optionally sorting of items (Add, Remove, Up, Down). It will also be used for the "FontMappings" UI instead of the "right click" adding/removing
           * Own components for the Items (fontMapping, worksheetConfiguration, codefinderRule)

          => Ask Axel for a short introduction into the existing framework
          New: h1. Problem

          Okapi 1.47 in Rainbow added new new grids/windows for okf_idml and okf_openxml formats.
          !IDML.png!

          *okf_idml* new parameter pairs example:

          fontMappings.0.sourceLocalePattern=v1
          fontMappings.0.targetLocalePattern=v2
          fontMappings.0.sourceFontPattern=v3
          fontMappings.0.targetFont=v4
          fontMappings.number.i=1
          codeFinderRules.count.i=1
          codeFinderRules.rule0=some_rule_here

          *okf_openxml* new parameter pairs example:
          worksheetConfigurations.0.namePattern=A1
          worksheetConfigurations.0.sourceColumns=A2
          worksheetConfigurations.0.targetColumns=A3
          worksheetConfigurations.0.excludedRows=1
          worksheetConfigurations.0.excludedColumns=1
          worksheetConfigurations.0.metadataRows=2
          worksheetConfigurations.0.metadataColumns=2
          worksheetConfigurations.number.i=1
          fontMappings.0.sourceLocalePattern=v1
          fontMappings.0.targetLocalePattern=v2
          fontMappings.0.sourceFontPattern=v3
          fontMappings.0.targetFont=v4
          fontMappings.number.i=1
          h1. Solution

          Add similar components into Okapi plugin to have these options editable in t5 front-end.
          Implement the missing UI-Changes for the OKAPI 1.47 upgrade:
          h4. IDML:

          Font Mappings

          Codefinder (wait on feedback of Denis if this even works in longhorn!)
          h4. OpenXML:

          General Options -> Font Mappings

          Excel-Options -> Worksheet Configurations
          h4. XLIFF:

          See "Content Processing" tab



          The Implementation preferrably should work with one or two new Components (ExtJS classes):
           * A wrapper, that manages the creation  and optionally sorting of items (Add, Remove, Up, Down). It will also be used for the "FontMappings" UI instead of the "right click" adding/removing
           * Own components for the Items (fontMapping, worksheetConfiguration, codefinderRule)

          => Ask Axel for a short introduction into the existing framework

          !image-2025-02-18-10-21-52-516.png!
          volodymyr@mittagqi.com Volodymyr Kyianenko made changes -
          Attachment New: image-2025-02-18-10-21-52-516.png [ 29288 ]
          axelbecher Axel Becher made changes -
          Description Original: h1. Problem

          Okapi 1.47 in Rainbow added new new grids/windows for okf_idml and okf_openxml formats.
          !IDML.png!

          *okf_idml* new parameter pairs example:

          fontMappings.0.sourceLocalePattern=v1
          fontMappings.0.targetLocalePattern=v2
          fontMappings.0.sourceFontPattern=v3
          fontMappings.0.targetFont=v4
          fontMappings.number.i=1
          codeFinderRules.count.i=1
          codeFinderRules.rule0=some_rule_here

          *okf_openxml* new parameter pairs example:
          worksheetConfigurations.0.namePattern=A1
          worksheetConfigurations.0.sourceColumns=A2
          worksheetConfigurations.0.targetColumns=A3
          worksheetConfigurations.0.excludedRows=1
          worksheetConfigurations.0.excludedColumns=1
          worksheetConfigurations.0.metadataRows=2
          worksheetConfigurations.0.metadataColumns=2
          worksheetConfigurations.number.i=1
          fontMappings.0.sourceLocalePattern=v1
          fontMappings.0.targetLocalePattern=v2
          fontMappings.0.sourceFontPattern=v3
          fontMappings.0.targetFont=v4
          fontMappings.number.i=1
          h1. Solution

          Add similar components into Okapi plugin to have these options editable in t5 front-end.
          Implement the missing UI-Changes for the OKAPI 1.47 upgrade:
          h4. IDML:

          Font Mappings

          Codefinder (wait on feedback of Denis if this even works in longhorn!)

           
          h4. OpenXML:

          General Options -> Font Mappings

          Excel-Options -> Worksheet Configurations

           

          The Implementation preferrably should work with one or two new Components (ExtJS classes):
           * A wrapper, that manages the creation  and optionally sorting of items (Add, Remove, Up, Down). It will also be used for the "FontMappings" UI instead of the "right click" adding/removing
           * Own components for the Items (fontMapping, worksheetConfiguration, codefinderRule)
          New: h1. Problem

          Okapi 1.47 in Rainbow added new new grids/windows for okf_idml and okf_openxml formats.
          !IDML.png!

          *okf_idml* new parameter pairs example:

          fontMappings.0.sourceLocalePattern=v1
          fontMappings.0.targetLocalePattern=v2
          fontMappings.0.sourceFontPattern=v3
          fontMappings.0.targetFont=v4
          fontMappings.number.i=1
          codeFinderRules.count.i=1
          codeFinderRules.rule0=some_rule_here

          *okf_openxml* new parameter pairs example:
          worksheetConfigurations.0.namePattern=A1
          worksheetConfigurations.0.sourceColumns=A2
          worksheetConfigurations.0.targetColumns=A3
          worksheetConfigurations.0.excludedRows=1
          worksheetConfigurations.0.excludedColumns=1
          worksheetConfigurations.0.metadataRows=2
          worksheetConfigurations.0.metadataColumns=2
          worksheetConfigurations.number.i=1
          fontMappings.0.sourceLocalePattern=v1
          fontMappings.0.targetLocalePattern=v2
          fontMappings.0.sourceFontPattern=v3
          fontMappings.0.targetFont=v4
          fontMappings.number.i=1
          h1. Solution

          Add similar components into Okapi plugin to have these options editable in t5 front-end.
          Implement the missing UI-Changes for the OKAPI 1.47 upgrade:
          h4. IDML:

          Font Mappings

          Codefinder (wait on feedback of Denis if this even works in longhorn!)

           
          h4. OpenXML:

          General Options -> Font Mappings

          Excel-Options -> Worksheet Configurations

           

          The Implementation preferrably should work with one or two new Components (ExtJS classes):
           * A wrapper, that manages the creation  and optionally sorting of items (Add, Remove, Up, Down). It will also be used for the "FontMappings" UI instead of the "right click" adding/removing
           * Own components for the Items (fontMapping, worksheetConfiguration, codefinderRule)

          => Ask Axel for a short introduction into the existing framework
          axelbecher Axel Becher made changes -
          Description Original: h1. Problem

          Okapi 1.47 in Rainbow added new new grids/windows for okf_idml and okf_openxml formats.
          !IDML.png!

          *okf_idml* new parameter pairs example:

          fontMappings.0.sourceLocalePattern=v1
          fontMappings.0.targetLocalePattern=v2
          fontMappings.0.sourceFontPattern=v3
          fontMappings.0.targetFont=v4
          fontMappings.number.i=1
          codeFinderRules.count.i=1
          codeFinderRules.rule0=some_rule_here

          *okf_openxml* new parameter pairs example:
          worksheetConfigurations.0.namePattern=A1
          worksheetConfigurations.0.sourceColumns=A2
          worksheetConfigurations.0.targetColumns=A3
          worksheetConfigurations.0.excludedRows=1
          worksheetConfigurations.0.excludedColumns=1
          worksheetConfigurations.0.metadataRows=2
          worksheetConfigurations.0.metadataColumns=2
          worksheetConfigurations.number.i=1
          fontMappings.0.sourceLocalePattern=v1
          fontMappings.0.targetLocalePattern=v2
          fontMappings.0.sourceFontPattern=v3
          fontMappings.0.targetFont=v4
          fontMappings.number.i=1
          h1. Solution

          Add similar components into Okapi plugin to have these options editable in t5 front-end.
          Implement the missing UI-Changes for the OKAPI 1.47 upgrade:
          h4. IDML:

          Font Mappings

          Codefinder (wait on feedback of Denis if this even works in longhorn!)

           
          h4. OpenXML:

          General Options -> Font Mappings

          Excel-Options -> Worksheet Configurations
          New: h1. Problem

          Okapi 1.47 in Rainbow added new new grids/windows for okf_idml and okf_openxml formats.
          !IDML.png!

          *okf_idml* new parameter pairs example:

          fontMappings.0.sourceLocalePattern=v1
          fontMappings.0.targetLocalePattern=v2
          fontMappings.0.sourceFontPattern=v3
          fontMappings.0.targetFont=v4
          fontMappings.number.i=1
          codeFinderRules.count.i=1
          codeFinderRules.rule0=some_rule_here

          *okf_openxml* new parameter pairs example:
          worksheetConfigurations.0.namePattern=A1
          worksheetConfigurations.0.sourceColumns=A2
          worksheetConfigurations.0.targetColumns=A3
          worksheetConfigurations.0.excludedRows=1
          worksheetConfigurations.0.excludedColumns=1
          worksheetConfigurations.0.metadataRows=2
          worksheetConfigurations.0.metadataColumns=2
          worksheetConfigurations.number.i=1
          fontMappings.0.sourceLocalePattern=v1
          fontMappings.0.targetLocalePattern=v2
          fontMappings.0.sourceFontPattern=v3
          fontMappings.0.targetFont=v4
          fontMappings.number.i=1
          h1. Solution

          Add similar components into Okapi plugin to have these options editable in t5 front-end.
          Implement the missing UI-Changes for the OKAPI 1.47 upgrade:
          h4. IDML:

          Font Mappings

          Codefinder (wait on feedback of Denis if this even works in longhorn!)

           
          h4. OpenXML:

          General Options -> Font Mappings

          Excel-Options -> Worksheet Configurations

           

          The Implementation preferrably should work with one or two new Components (ExtJS classes):
           * A wrapper, that manages the creation  and optionally sorting of items (Add, Remove, Up, Down). It will also be used for the "FontMappings" UI instead of the "right click" adding/removing
           * Own components for the Items (fontMapping, worksheetConfiguration, codefinderRule)
          axelbecher Axel Becher made changes -
          Status Original: Open [ 10002 ] New: Selected for dev [ 10100 ]
          axelbecher Axel Becher made changes -
          Issue Type Original: Improvement [ 4 ] New: Sub-task [ 5 ]
          Parent New: TRANSLATE-3202 [ 27211 ]
          axelbecher Axel Becher made changes -
          Link Original: This issue relates to TRANSLATE-3202 [ TRANSLATE-3202 ]
          axelbecher Axel Becher made changes -
          Description Original: h1. Problem

          Okapi 1.47 in Rainbow added new new grids/windows for okf_idml and okf_openxml formats.
          !IDML.png!

          *okf_idml* new parameter pairs example:

          fontMappings.0.sourceLocalePattern=v1
          fontMappings.0.targetLocalePattern=v2
          fontMappings.0.sourceFontPattern=v3
          fontMappings.0.targetFont=v4
          fontMappings.number.i=1
          codeFinderRules.count.i=1
          codeFinderRules.rule0=some_rule_here

          *okf_openxml* new parameter pairs example:
          worksheetConfigurations.0.namePattern=A1
          worksheetConfigurations.0.sourceColumns=A2
          worksheetConfigurations.0.targetColumns=A3
          worksheetConfigurations.0.excludedRows=1
          worksheetConfigurations.0.excludedColumns=1
          worksheetConfigurations.0.metadataRows=2
          worksheetConfigurations.0.metadataColumns=2
          worksheetConfigurations.number.i=1
          fontMappings.0.sourceLocalePattern=v1
          fontMappings.0.targetLocalePattern=v2
          fontMappings.0.sourceFontPattern=v3
          fontMappings.0.targetFont=v4
          fontMappings.number.i=1
          h1. Solution

          Add similar components into Okapi plugin to have these options editable in t5 front-end.
          New: h1. Problem

          Okapi 1.47 in Rainbow added new new grids/windows for okf_idml and okf_openxml formats.
          !IDML.png!

          *okf_idml* new parameter pairs example:

          fontMappings.0.sourceLocalePattern=v1
          fontMappings.0.targetLocalePattern=v2
          fontMappings.0.sourceFontPattern=v3
          fontMappings.0.targetFont=v4
          fontMappings.number.i=1
          codeFinderRules.count.i=1
          codeFinderRules.rule0=some_rule_here

          *okf_openxml* new parameter pairs example:
          worksheetConfigurations.0.namePattern=A1
          worksheetConfigurations.0.sourceColumns=A2
          worksheetConfigurations.0.targetColumns=A3
          worksheetConfigurations.0.excludedRows=1
          worksheetConfigurations.0.excludedColumns=1
          worksheetConfigurations.0.metadataRows=2
          worksheetConfigurations.0.metadataColumns=2
          worksheetConfigurations.number.i=1
          fontMappings.0.sourceLocalePattern=v1
          fontMappings.0.targetLocalePattern=v2
          fontMappings.0.sourceFontPattern=v3
          fontMappings.0.targetFont=v4
          fontMappings.number.i=1
          h1. Solution

          Add similar components into Okapi plugin to have these options editable in t5 front-end.
          Implement the missing UI-Changes for the OKAPI 1.47 upgrade:
          h4. IDML:

          Font Mappings

          Codefinder (wait on feedback of Denis if this even works in longhorn!)

           
          h4. OpenXML:

          General Options -> Font Mappings

          Excel-Options -> Worksheet Configurations
          volodymyr@mittagqi.com Volodymyr Kyianenko made changes -
          Link Original: This issue relates to TRANSLATE-4093 [ TRANSLATE-4093 ]

          People

            pavelperminov Pavel Perminov
            volodymyr@mittagqi.com Volodymyr Kyianenko
            Volodymyr Kyianenko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: