Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
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.15.2
<CreateButton>
keeps state between pages (#9407) (fzaninotto)<CreateButton>
forces full lodash in bundle (#9385) (fzaninotto)i18next
translation provider fails to use smart_count
(#9400) (erwanMarmelab)useInfiniteGetList
return wrong total
for empty results (#9395) (KislyakovDS)<UpdateButton>
cannot be used in a list (#9391) (erwanMarmelab)ra-data-graphql-simple
creates incorrect query when schema contains a non-null list (#9371) (dricholm)<SearchWithResult>
component (#9406) (adguernier)<ReferenceArrayField queryOptions>
documentation (#9397) (adguernier)<Input disabled>
usage and isDirty
form state (#9386) (fzaninotto)<Datagrid>
rows (#9384) (fzaninotto)<CustomRoutes>
chapter (#9404) (fzaninotto)<ReferenceManyToManyInput>
chapter (#9399) (adguernier)<Labeled>
chapter (#9382) (erwanMarmelab)<SelectField>
chapter (#9381) (erwanMarmelab)<SelectInput options>
prop from the doc (#9379) (erwanMarmelab)canAccess
doc (#9396) (adguernier)<SearchInput>
instead of <TextInput>
(#9376) (erwanMarmelab)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,341 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.