linnovate/openideal

Translation

fogsag opened this issue · 1 comments

When enabling another language the configuration management mess up. I can see lot of changes via config_update interface. For example enabling german will add "langcode: de" everywhere in the (openideal-) configuration!
Is there a better way, am i missing something or do i have to export the changes to the profile somehow?
And is there a translation for some languages already available? (For example translating openideal views or menus)
( Not sure if we need something like this https://www.drupal.org/project/translated_config )

Thank you for the great project and all the work!

I think this problem is in drupal core. For now the solution is: Never change the default language! (Use language detection to force a language instead)
There is no way back to EN, see this function (runs on every module/theme install):
https://api.drupal.org/api/drupal/core%21modules%21locale%21locale.module/function/locale_system_set_config_langcodes/8.2.x
And this and related issues: https://www.drupal.org/project/drupal/issues/3150540