hi guys,
I have some project with multiple languages.
with octobercms 2.x I was used to manage different page urls with the help of the translation plugin like this:
page.htm
url = "/land"
title = "..."
layout = "..."
[viewBag]
localeUrl[en]="/country"
When I visit the default url /de/land
everything works as expected.
Now I expect the english page to be like this: /en/country
.
Unfortunately I get a 404 (page not found). Anyone has an idea?