We have an Umbraco 13.7.1 with uSync 13.2.6. When we import translations into a clean Umbraco database, they don’t get placed in the original structure, but rather in a flat list.
In this image you can see the imported translations (for every period there was supposed to be a new level in the structure as in the “source” Umbraco environment):
We’ve tried making a Clean export from the Umbraco which has the correct Translations structure and overwrite the uSync files locally, but only the whitespace seems to be a bit different - and the import on the clean database still gives us the flat structure.
Can we do anything to make the import work/give us the correct structure?
It appears to cause the lookup for the parent to fail when the parent has just been added previously (so it’s caching somewhere)
We can work around it (change here) - so we we will update things to do that, but also might put something against this change incase anyone can spot and fix it in the core,.