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

French missing translation: ra.navigation.skip_nav #5862

Closed
cpetit-sigma-fr opened this issue Feb 4, 2021 · 1 comment
Closed

French missing translation: ra.navigation.skip_nav #5862

cpetit-sigma-fr opened this issue Feb 4, 2021 · 1 comment

Comments

@cpetit-sigma-fr
Copy link

Hello,

I get a message in the Firefox console about a missing translation "ra.navigation.skip_nav".

English version contains that key.

To avoid that message in console, I just added a line before using frenchMessages:

__frenchMessages.ra.navigation.skip_nav = '??? Skip to content ???';__
const messages = {
    'fr': frenchMessages,
};
const i18nProvider = polyglotI18nProvider(() => frenchMessages, 'fr');

As I don't know the use context of this translation, I can't even suggest a french sentence to replace it.

Cheers!

$ yarn list ra-language-english ra-language-french
yarn list v1.22.5
warning Filtering by arguments is deprecated. Please use the pattern option instead.
├─ [email protected]
└─ [email protected]

Environment

  • React-admin version: 3.12.0
  • Last version that did not exhibit the issue (if applicable): -
  • React version: 17.0.1
  • Browser: -
  • Stack trace (in case of a JS error): -
@cpetit-sigma-fr cpetit-sigma-fr changed the title Frech missing translation: ra.navigation.skip_nav French missing translation: ra.navigation.skip_nav Feb 4, 2021
@fzaninotto
Copy link
Member

Already fixed by #5841

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

2 participants