Skip to content
New issue

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

useMessage okText using locales #262

Closed
zieru opened this issue Feb 9, 2021 · 0 comments
Closed

useMessage okText using locales #262

zieru opened this issue Feb 9, 2021 · 0 comments

Comments

@zieru
Copy link

zieru commented Feb 9, 2021

Create Modal OkText not using locales,
I don't know how to use useI18n hook, but it should be an easy fix

image

useMessage.tsx

Original Code:

const baseOptions = {
  okText: '确定',
  centered: true,
};

Expected Code:

const baseOptions = {
  okText: t('common.okText'),
  centered: true,
};
@anncwb anncwb closed this as completed Feb 9, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Sep 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants