Closed MartinaFarkasova closed 6 years ago
Content types with changed url slug configuration: changed items About us: 1 EN (changed to custom, value not changed), 1 ES (changed to custom, value changed) Accessory: not changed Article: EN not changed, ,ES items changed Brewer: not changed items Coffee: not changed items Grinder: not changed items Home: ES home changed to inicio (custom mode)
I have went through the the changed content types About Us, Article, and Home and all are generated from content item name. So i,t, home ES home has still url pattern filed Home, not Inicio. I have use sample project with guid: 975bf280-fd91-488c-994c-2f04416e5ee3
But for the multilingual support, we are using language prefixes, that ensures the culture and in out implementation have higher priority - so implement language specific url slugs does not affect functionality. If we want to change the logic of the app, we need to define whole new routing structure.
I have found out the strange behavior - is it expected? I have cloned sample project.
About us esp
.
About us esp
About us en
.
@Simply007 could you please either sync with with @ivanaliptakova to find out what's the preferred behavior or call a meeting for the three of us?
I have consulted this with @oravecjakub and correct configuration is already on development environment, so it was my fault - i have checked live project.
Final decision - agreed with @oravecjakub: About us:
Articles:
No other changes
We dont need to change home, because it is registered under "/" route.
About us is implemented Articles are not performing redirect, because it is no necessary.
We will have /en-us/articles/articleId (/es-es/articles/articleId) route and the request for ID with language specification return correct language data.
Added another pull request: https://github.com/Kentico/cloud-sample-app-react/pull/76
We have a new feature, language-specific URL slugs generated from Text elements. Consider if the React sample app needs to be updated.
See the task in JIRA: https://kentico.atlassian.net/browse/DEL-1635