I'm creating my Payload app using npx create-payload-app --example localization. (https://github.com/payloadcms/payload/tree/main/examples/localization)
After seeding the database, I encountered an issue with the slugs for all Pages and Posts.
The problem is that the slug is limited to a single locale; it only gets the slug of the admin page's locale.
Every time I change the language in the admin page, the "Publish changes" button for posts/pages becomes active, as if a change has been made. All I did was press the "Publish" button and change the language.