This is not the case for me.
I have started over a new installation with minimal profile and will enable things one by one.
Will let you know how it goes.
The first problem is not a problem, things work as designed. When you install Backdrop in English, the existing content does not have a selected language.
Then, when you add other languages...
I've written before about the problems with multilingual websites:
https://forum.backdropcms.org/forum/no-way-translate-site-information?page=0%2C0#comment-8313
I'm currently...
Posted8 hours 33 min ago by Antony Milenkov (amilenkov) on:
I confirm that in my practice when developing multilingual sites, the XML sitemap internationalization module also causes problems, and with me this is most evident when translating taxonomy...
Posted8 hours 43 min ago by Antony Milenkov (amilenkov) on:
Comments
Yes, see https://github.com/backdrop-contrib/bee/issues/53 for where this was added, but you're probably just better off running
bee help install
for details.Here is the bee command I'm using now within ddev (remove "ddev" if not using ddev):
ddev bee install --db-name=backdrop --db-user=backdrop --db-pass=backdrop --username=admin --password=pw1234 --email=test@email.com --site-name="Demo Site" --auto
For more info, run:
bee help install