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
Create Modal OkText not using locales, I don't know how to use useI18n hook, but it should be an easy fix
useMessage.tsx
Original Code:
const baseOptions = { okText: '确定', centered: true, };
Expected Code:
const baseOptions = { okText: t('common.okText'), centered: true, };
The text was updated successfully, but these errors were encountered:
fix(i18n): fix useMessage i18n type #262
d753155
No branches or pull requests
Create Modal OkText not using locales,
I don't know how to use useI18n hook, but it should be an easy fix
useMessage.tsx
Original Code:
Expected Code:
The text was updated successfully, but these errors were encountered: