Sure.
So here's my small setup running bitcoind, pool_sv2 and translator_sv2.
Starting up translator_sv2 (both self-compiled and binary from github) with given translator-config.toml, I get errors about missing fields: "supported_extensions" and "required_extension". Even if empty, both need to be present in the toml file, they are commented out. pool-config.toml has it right and loads correct.
$ ./translator/translator_sv2 -c config/translator-config.toml
Translator proxy config error: Bad `config` TOML deserialize: `missing field `supported_extensions``
After uncommenting both options, pool_sv2 and translator_sv2 are starting up just fine. 👍