A multilingual site must decide whether to romanize slugs or keep them per-language.
Romanized slugs are easy to manage and share, while local-language (Unicode) slugs feel more familiar and can help search for that language's users. Choose based on your audience.
Language codes usually go at the front of the path — /en/…, /ko/… — with hreflang linking them together. This site uses the same approach.