Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4739

Localized DMR descriptions not picked up

    XMLWordPrintable

Details

    Description

      It seems the translations are not picked up. I've pulled the most recent set and verified that a portuguese translation [1] exists for the transaction subsystem, that acts as example in this case. However when I query the DMR description with providing a locale it does return the english contents [2].

      [1] transactions/src/main/resources/org/jboss/as/txn/subsystem/LocalDescriptions_pt_BR.properties
      [2] example query:

      /subsystem=transactions:read-resource-description(locale=pt_BR)
      
      [...]
       "enable-tsm-status" => {
                      "type" => BOOLEAN,
                      "description" => "Whether the transaction status manager (TSM) service, needed for out of process recovery, should be provided or not..",
                      "expressions-allowed" => false,
                      "nillable" => true,
                      "default" => false,
                      "access-type" => "read-write",
                      "storage" => "configuration",
                      "restart-required" => "all-services"
                  },
      
      
      [...]
      

      Attachments

        Issue Links

          Activity

            People

              bstansbe@redhat.com Brian Stansberry
              rhn-support-hbraun Heiko Braun
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: