Skip to content

untranslated compare line strings #1473

@huss

Description

@huss

Describe the bug

There are several strings in the newer compare line component that are not translated.

To Reproduce

If you change language they will not be translated when using the compare line plot.

Expected behavior

src/client/app/components/CompareLineChartComponent.tsx has the following untranslated strings:

  • Shifted
  • The original line has ... (only part of string shown here)
  • The shifted line overlaps the original line ... (only part of string shown here)
  • Days of week align (unless missing readings)
  • The month and day of the month align for the original and shifted readings
  • until original reading at date (only part of string shown here)

These should be translated as other strings are done and the key/values placed in src/client/app/translations/data.ts. Note some are not in components but functions in a component file and may need different treatment. PR #1471 did similar work if it is needed.

Metadata

Metadata

Assignees

Labels

i-good-first-issueThis issue is probably a good starting point for people new to coding or the OED project.p-low-priorityt-bugThe issue is related to an aspect of the software which is incorrect

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions