I’m developing a multilingual site where I will be using ACF to build large forms. These forms go through constant changes which means managing the translations is a bit of a pain. Manually wrapping the fields takes a very long time but I use WP CLI to generate the pot files for me so it’s very useful.
Is there a way to do this (maybe a filter) or an add-on?
Thank you