Hi does anybody has same problem?
I'm doing translation of site with entity and drupal 7. Only two languages (italian and english)
I have tranlate a couple of pages, menu and taxonomy.
Now i want to translate some more pages and the language switcher in editing is not working.
Shows italian language without possibility of change it in english.
How can I fix this?
Hi, i am a noob developer from Turkey and learning Drupal 8. I search everywhere but couldn't find. I am tring to keep track of language choise of anonimous users and store this choise in the cookie but i stucked on drupal cache. Next time when user comes to my site again i want to redirct user to appropriate url. Could you direct me to correct documantation or help me?
on my site i use translations (en, fr, gb, en, de) and everything works great. Every language has his own Domain, but for "de/german" i have two Domains (*.at and *.de). How can i generate for each of them a sitemap with XML Sitemap? I need it for Google Search Console.
I had an article translated in 5 different languages. I decided to delete the translations and keep only the english content. But even when the translations don't appear in the content dashboard they still appear in the view that i had created. And i don't understand why. Someone can help me?
I have question regarding Drupal 7 and .po files. I have determined that all contrib modules contain folder /translations with .po files which I want to move outside the contrib module as they are not part of the modules git repos. My question is what is the proper location for contrib modules translation files and what format should be kept, what is the naming convention. Is it okay to move all translation files into sites/all/translations and name them {module-name_version_language.po} ?