I'm trying to figure out how to change an image on a translated block.
I'm using i18n. I thought it would be simple, just to hit the update translation button after changing my image, but no result.
Even when i hit "translate" on the translate block area, its not working. I've cleared caches, and no result.
I created a view, that is simple page containing nodes of a specific content type.
It had worked before I started to translate nodes. I added a new translation for my node and now I have duplicated entries of the same node displayed on the page.
I have solved this problem for one view with just enabling aggregation.
Hello,
I am a newbie trying to build a website using Drupal 8.
I have created a "Contact Us" page in English. URL of the said page is - http://my_ip_address/Contact
I have created another "Contact Us" page in Hindi language. Its URL is - http://my_ip_address/hi/Contact
Instead of this URL, I want to display it as - http://my_ip_address/Contact
for the Hindi language page as well. ie I want to remove the .../hi/... part.
But the URL alias option does not permit me to use same Alias twice.
I quite new to Drupal 8 but I have a question with regards to multi-language/multi-country for a website.
The website in question should have different content for different countries and multi languages for each country.
What do you think would be the best approach to do this within Drupal 8 environment.
I am using the Drupal 7 with i18n which is working excellent. Going one step further, how can I translate paragraphs fields and paragraphs bundles? I am unable to find any documentation about multilanguage support for the paragraphs module?