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.
2 parents 482f27f + fea9c20 commit 25ff6f8Copy full SHA for 25ff6f8
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