Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
ra-language-french
Advanced tools
French messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services
French messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.
npm install --save ra-language-french
import { Admin } from 'react-admin';
import frenchMessages from 'ra-language-french';
import polyglotI18nProvider from 'ra-i18n-polyglot';
const messages = {
'fr': frenchMessages,
};
const i18nProvider = polyglotI18nProvider(locale => messages[locale]);
<Admin locale="fr" i18nProvider={i18nProvider}>
...
</Admin>
This translation is licensed under the MIT License, and sponsored by marmelab.
v4.11.0
<WithListContext>
component (#8917) (fzaninotto)setNotifications
callback in <NotificationContext>
to allow for a custom notifications center (#8914) (smeng9)purifyOptions
prop to <RichTextField>
(#8905) (slax57)queryOptions
prop to <ReferenceField>
(#8895) (WiXSL)useAugmentedForm
to useForm
(#8911) (slax57)useGetList
default onSuccess
throws when the query is disabled (#8941) (slax57)<SimpleForm>
and <TabbedForm>
do not sanitize the resetOptions
prop (#8915) (slax57)source
and sortBy
prop (#8863) (djhi)FAQs
French messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services
The npm package ra-language-french receives a total of 4,615 weekly downloads. As such, ra-language-french popularity was classified as popular.
We found that ra-language-french demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.