Translation of Admin Panel possible in Beta? #7142
-
I was testing the Beta (.63) for a smaller project and wanted the backend to be translated to German. But right now, I don't see a language selector in the panel or a way to change the language in the backend in general (localization for content works!). I assume it's still WIP? Couldn't find any information about it. Maybe somebody noticed the same with the beta or maybe I'm doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @davideperozzi — You need to pass all the languages you'd like to support into Payload. Take a look at the docs here: How's that? |
Beta Was this translation helpful? Give feedback.
-
@jmikrut Awesome, thank you - it works. I was checking the latest docs, didn't know there was an option there to switch to beta. Can't wait for the stable release! |
Beta Was this translation helpful? Give feedback.
Hey @davideperozzi —
You need to pass all the languages you'd like to support into Payload.
Take a look at the docs here:
https://payloadcms.com/docs/beta/configuration/i18n#adding-languages
How's that?