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:
Constantin Piber
2026-01-30 21:54:22 +01:00
committed by GitHub
parent 78f4c6fb6b
commit ab28158f74
17 changed files with 19 additions and 19 deletions

View File

@@ -150,7 +150,7 @@ export const ThemeCreationDialog = ({
</Link>{' '}
for how to customize the theme.
<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
href="https://mui.com/material-ui/customization/palette/#color-schemes"
target="_blank"
@@ -168,7 +168,7 @@ export const ThemeCreationDialog = ({
rel="noreferrer"
>
MUI Theme Creator
</Link>{' '}
</Link>
, however, you have to adjust the created object according to the new color schemes API.
<br />
<br />