Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metrics translation support #729

Open
cka-y opened this issue Sep 6, 2024 · 0 comments
Open

Metrics translation support #729

cka-y opened this issue Sep 6, 2024 · 0 comments

Comments

@cka-y
Copy link
Contributor

cka-y commented Sep 6, 2024

In order to support future translation efforts, we need to add all labels, column titles, and table titles in the UI for the metrics feature to the internationalization files. This will ensure that all user-facing text is easily translatable.

Tasks:

  1. Identify all UI elements in the metrics feature that require translation (labels, column headers, table titles, etc.).
  2. Add these strings to the appropriate i18n files for each supported language.
  3. Replace hardcoded text in the metrics feature with references to the i18n files.
  4. Verify that the metrics UI correctly pulls text from the i18n files.

Outcome:
The metrics UI should be fully prepared for future translations by referencing all translatable text from the i18n files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant