Hi
so i wanna implement translatable module on my dev site. the thing is i don't wanna end up using
/about-us-jp,
/about-us-de
/about-us-kr URLS for my translated pages.
instead what i have in mind is to group these translated pages according to the language. so we can have like this
/jp/about-us
/de/about-us
/kr/about-us
is there a way to implement this approach?