I’m a newcomer to Drupal.
I have a Drupal installation with i18n module.
Everything works perfectly however I faced one issue.
I created custom content type and a view to display it. Now I have a quesiton… Is there any possibility to translate view path/title?
Regards,
DaveW
Well known issue for all people starting their adventure with Drupal.
How to solve the problem? It’s very, very simple. I presume you have your languages created and enabled – I’ll use English as default language.
Administration » Configuration » Search and metadata » URL aliasesand create new alias by clickingAdd new aliaslink (if this module is disable you need to enable it).Existing system pathfield provide the English path of the view you created: in our case it’snews.Path aliasfield provide your translation, ie. wiadomosci for Polish language.Voila. Now, when Polish is the current language, it will use an alias
wiadomoscifornewspath.Note: Just tested on fresh latest Drupal installation – works perfectly.