How to Insert Tokens on Localization Table with Service or Rest API
Hello everyone;
We want to insert multiple Tokens on Localizations Table for certain language ( Turkish - tr ) . Adding one by one taking is very time consuming. I cannot find any related service which doing this job.
Things I Tried
1 ) After createing new Localization Table, i added a new Token for label. And then i exported the XML file. Opened it a Text Editor and try to duplicate inserted Row Value but i failed.
2) I also tried to monitor the adding token process from Chrome Developper Tool - Network and mimic the process from Postman. it also failed.
Addng one by one is doable but its not Efficent way to do. Maybe we need to update some translation on table on future and there is more then 300 entry on the Table.
Can anyone suggest to me any viable option to solve this issue ?
Thank you.

