I’ve already found a usage on a multi-language Wordpress website. It’s easier and more elegant to translate forms made with Gravity Forms with Lokalize translation strings than with the clumsy WPML plugin.
It’s also easy to add a new language by just adding an element in the $languages array in bootstrap.php and a svg flag in assets/media/flags/.
I don’t know if the forum is the place for a feature request, but it would be interesting to have events on Lokalize (like for collection, singleton, forms), just to be able to plug webhooks on some Lokalize events.
Real case usage: I’ve got a php script on a website that calls a distant cockpit API to retrieve translation strings and store them as json files on local filesystem (I don’t want to call API at every page load). A webhook on the modification of a Lokalize object would just call this script and keep the local json files up-to-date.