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

Add translations for React Table component and fr translations #41

Open
4 tasks
EvgeniiaVak opened this issue Feb 13, 2020 · 0 comments
Open
4 tasks

Add translations for React Table component and fr translations #41

EvgeniiaVak opened this issue Feb 13, 2020 · 0 comments

Comments

@EvgeniiaVak
Copy link
Contributor

EvgeniiaVak commented Feb 13, 2020

One of the dependencies - react-table-v6 - contains the following strings:

  previousText: 'Previous',
  nextText: 'Next',
  loadingText: 'Loading...',
  noDataText: 'No rows found',
  pageText: 'Page',
  ofText: 'of',
  rowsText: 'rows',

which are do not yet support i18n.

Other strings support i18n but there are only in en and da.

Acceptance criteria

  • Tranlsations supported: en, da, fr
  • All the strings from react-table-v6 are rendered in the correct language among supported (determined by defaulLocale cookie)

Tasks

  • Translate the strings for react-table-v6 library, they are extracted to the props to en, da, fr
  • Translate every other string to fr (they are already translated to en and da)
@EvgeniiaVak EvgeniiaVak changed the title Add translations for React Table component Add translations for React Table component and fr translations Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant