microsoft / Application-Insights-Workbooks

Templates for Azure Monitor Workbooks
MIT License
572 stars 466 forks source link

Strings are not localized. #2775

Open nbagdwal opened 2 months ago

nbagdwal commented 2 months ago

[Repro Steps]

  1. Log in https://aka.ms/intune
  2. Go Home->Reports->Device compliance trends [Actual Results] Some strings are not localized. image image

[Expected Results] It should display in Chinese.

Corresponding files Workbooks/Intune Reports/Device Compliance Trends/DeviceComplianceTrends.workbook Workbooks/Intune Reports/Preview Device Compliance Trends/DeviceComplianceTrends.workbook

gardnerjr commented 4 weeks ago

@nbagdwal are those strings coming from query results or are they static content in json in the template content? the series in the charts are localized because they are set up that way in the template content, which is localizable. Workbooks doesn't have a way to localize items in query results coming from the database, however.