We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482f27f commit fea9c20Copy full SHA for fea9c20
src/SelectNext.tsx
@@ -174,9 +174,7 @@ export default Select;
174
const { useTranslation, addSelectTranslations } = createComponentI18nApi({
175
"componentName": symToStr({ Select }),
176
"frMessages": {
177
- /* spell-checker: disable */
178
- "select an option": "Selectioner une option"
179
- /* spell-checker: enable */
+ "select an option": "Sélectionner une option"
180
}
181
});
182
0 commit comments