-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
[core] [i18n] Add interpolation to translation keys #4773
base: master
Are you sure you want to change the base?
Conversation
Netlify deploy preview |
@@ -1,5 +1,12 @@ | |||
{ | |||
"props": { "localeText": { "type": { "name": "object" } } }, | |||
"props": { | |||
"localeText": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we keep this type the same as in X?
@@ -105,7 +103,47 @@ LocalizationProvider.propTypes /* remove-proptypes */ = { | |||
/** | |||
* Locale for components texts | |||
*/ | |||
localeText: PropTypes.object, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this was deliberate, as in https://github.com/mui/mui-x/blob/7b956af2cf425c4b8a21cee6876f448e3337026f/packages/x-date-pickers/src/TimePicker/TimePicker.tsx#L135
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but I felt that having the explicit props is helpful at least on the LocalizationProvider
docs, it is typed as object
for every other component. We can revert it if you think it doesn't make sense
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can revert it if you think it doesn't make sense
It makes sense, but I think it makes more sense to be consistent with X
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the proptype of localeText
was deliberate
providerSignInTitle
of a(provider: string) => string
typesignInTitle
to astring | ((brandingTitle?: string) => string)
typeBreaking Change
oauthSignInTitle
,passkeySignInTitle
andmagicLinkSignInTitle