Skip to content

Add translation keys for download chart context menu tooltips #290

@graphieros

Description

@graphieros

Tooltip labels for the chart's context menu are not yet translated.

English text:

  • 'Download CSV'
  • 'Download PNG'
  • 'Download SVG'
  • 'Toggle annotator'
Image

Translation keys can then be added in PackageDownloadAnalytics.vue, @config.userOptions.buttonTitles:

userOptions: {
  buttons: {...},
  buttonTitles: {
    csv: 'Download CSV',
    png: 'Download PNG',
    svg: 'Download SVG',
    annotator: 'Toggle annotator'
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    i18nRelated to internationalization

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions