You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ???';__constmessages={'fr': frenchMessages,};consti18nProvider=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): -
The text was updated successfully, but these errors were encountered:
cpetit-sigma-fr
changed the title
Frech missing translation: ra.navigation.skip_nav
French missing translation: ra.navigation.skip_nav
Feb 4, 2021
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:
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
The text was updated successfully, but these errors were encountered: