We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What you were expecting: Notifications and tooltips would be translated in corresponding language.
What happened instead: Component shows translation key instead of translated phrase.
Sample code: I use custom i18n provider like this:
import russianDomainMessages from './i18n/ru'; import russianMessages from 'ra-language-russian'; const messages = { ru: { ...russianMessages, ...russianDomainMessages }, }; const i18nProvider = locale => messages[locale]; const App = () => ( <Admin locale="ru" i18nProvider={i18nProvider} > ... </Admin> );
Helper info translate HOC works fine.
translate
Environment
The text was updated successfully, but these errors were encountered:
Can't reproduce after clean cache and yarn reinstall
Sorry, something went wrong.
No branches or pull requests
What you were expecting:
Notifications and tooltips would be translated in corresponding language.
What happened instead:
Component shows translation key instead of translated phrase.
Sample code:
I use custom i18n provider like this:
Helper info
translate
HOC works fine.Environment
The text was updated successfully, but these errors were encountered: