Are the Import Terms and Export Terms that are available in Translation Manager, available from scripting?
No. In some 8.3.X release, I'd like to improve the backing model used for translation a bit, make it accessible to SDK users (third party module authors), and add some new system functions for interacting with bulk translations. But this won't happen immediately. However, the new configuration storage system in 8.3.0 will put translations on disk, in a human and machine readable format, and have tools to interact with these config resources from scripting.
In other words, in 8.3.0 you definitely won't have system.translate.import
(or equivalent) but you will have something like system.config.add("translation-settings", someConfigObjectThatDescribesATranslationBundle)
.
1 Like
Hi @alex.dunning,
you will maybe have some interests in that one
1 Like