e.g. "Set Filters (" .. control.entity.inserter_filter_mode .. ")" would localise as {"", {"gui-control-behavior-modes.set-filters"}, " (", control.entity.inserter_filter_mode, ")"} as described on https://lua-api.factorio.com/latest/Concepts.html#LocalisedString
This should be optional because localised strings (including English) will be very long in some cases and greatly increase the output image sizes, and they cannot be truncated or wrapped with current Factorio localisation options.
e.g.
"Set Filters (" .. control.entity.inserter_filter_mode .. ")"would localise as{"", {"gui-control-behavior-modes.set-filters"}, " (", control.entity.inserter_filter_mode, ")"}as described on https://lua-api.factorio.com/latest/Concepts.html#LocalisedStringThis should be optional because localised strings (including English) will be very long in some cases and greatly increase the output image sizes, and they cannot be truncated or wrapped with current Factorio localisation options.