Fix translation formatting of Custom Theme docs (#1056)
* Fix translation formatting of Custom Theme docs * Update available languages * Update changed string in other languages Avoids re-translation effort * Revert change to i18n locale resources --------- Co-authored-by: schroda <50052685+schroda@users.noreply.github.com>
This commit is contained in:
@@ -150,7 +150,7 @@ export const ThemeCreationDialog = ({
|
|||||||
</Link>{' '}
|
</Link>{' '}
|
||||||
for how to customize the theme.
|
for how to customize the theme.
|
||||||
<br />
|
<br />
|
||||||
The palette API is not supported, you have to use the new
|
The palette API is not supported, you have to use the new{' '}
|
||||||
<Link
|
<Link
|
||||||
href="https://mui.com/material-ui/customization/palette/#color-schemes"
|
href="https://mui.com/material-ui/customization/palette/#color-schemes"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -168,7 +168,7 @@ export const ThemeCreationDialog = ({
|
|||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
MUI Theme Creator
|
MUI Theme Creator
|
||||||
</Link>{' '}
|
</Link>
|
||||||
, however, you have to adjust the created object according to the new color schemes API.
|
, however, you have to adjust the created object according to the new color schemes API.
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
Reference in New Issue
Block a user