-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impossible to import per language #122
Comments
With #123 applied I got the language aware import working with nodes. We need to test taxonomy terms, too. |
Things to verify: is "translation" the right key for all entity types? My assumption is based on: |
Testing is a bit complex. My setup might give some hints:
The settings (roughly):
There's no way to set a "dynamic" language with RSS (same as in Drupal IIRC), so I created two importers - one for each language. |
Now that I've merged your PR to get tests running they're running on this one. As expected many still don't work but shouldn't stop this one from being merged. (I won't be able to look more closely for a couple weeks so someone else could) |
It looks pretty legit. |
Backdrop differs quite a bit re entity keys and translation abilities.
Struggling with it. At first sight I thought it's the usual language/langcode mixup as suggested in #105, but it goes beyond that.
It's currently not even possible to select a language other than neutral, if i18n isn't installed.
The text was updated successfully, but these errors were encountered: