Localization: Move entries between tables

Is it possible to move entries from one localization table to another one? Or would I need to remove the old entry and create a new one in the table I want it in?

1 Like

We don’t have support for this at the moment, it is on our roadmap. For now you would need to do as you say and remove and re add the entry.

I see. Thanks for the quick answer!

1 Like

You could also automate it through a script.
Get the collection using
https://docs.unity3d.com/Packages/com.unity.localization@1.0/api/UnityEditor.Localization.LocalizationEditorSettings.html#UnityEditor_Localization_LocalizationEditorSettings_GetStringTableCollection_UnityEngine_Localization_Tables_TableReference_

Then just copy the details across.

1 Like