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

Research/Implement Internationalization #296

Open
chrishuman0923 opened this issue Apr 2, 2021 · 1 comment
Open

Research/Implement Internationalization #296

chrishuman0923 opened this issue Apr 2, 2021 · 1 comment
Labels

Comments

@chrishuman0923
Copy link
Contributor

No description provided.

@chrishuman0923
Copy link
Contributor Author

chrishuman0923 commented May 14, 2021

Progress:

  • Installed i18next and supporting browser and react wrapper libraries.
  • Created /client/src/locales directory to hold all translation files and i18n library config.

Process/Structure

  • Each language is separated into its own directory.
  • Within each language directory, i created a file for each component specific translations.
  • I started going through each component and replacing any hard coded labels with the translation hook.
  • I also updated axios to include the Accept-Language header for future development integrating translations with the backend, Auth Service, and HPCC.

Issues

  • Experiencing an issue with the chart tooltips showing the correct information on hover.
    • Example: When hovering over a bar chart bar element, I am getting the information for a different bar.

@chrishuman0923 chrishuman0923 removed their assignment May 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant