Dashboards & Visualizations

Translating dashboard embedded html

rmjohns
Explorer

We have a Dashboard panel that includes some embedded html that we are trying to enable for i18n translation.

<row >
<panel id="backgroundForInputText">
  <html>
    <div id="descriptionForInputText">
      <p>Filter your data queries by time range and domain</p>
    </div>
  </html>
</panel>

When I do the " splunk extract i18n -app " command this shows up in the messages.pot as :

 msgid ""
 "<div id=\"descriptionForInputText\"><p>Filter your data queries by "
 "time range and domain</p></div>"

I translate these strings and generate the messages.mo file, but the changes never get picked up, they always display in the original text. All the other strings show up translated, but the embedded html sections don't.

Suggestions?

Thanks
Rob.

Addition ..
Experimenting a little more, I have a single dashboard with both an input panel and an html panel

 <input type="text">
    <label>Test1</label>
  </input>
<panel id="backgroundForInputRadio">
  <html>Test1</html>

When I do the splunk extract, it shows Test1 coming from both lines. I modify the msgstr="Test2" and I can see the input box changes but the html does not. Is there a way to make this work? Splunk extracted the message from the block so it knows to look for it. Just not sure how to make it use the translation in there.

Thanks
Rob.

Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...