Hi everyone, i have a question, lets suppose that i have a module with a config form that writes a message on my settings, this message is customizable by the user, but i need to make this customized text to be translatable, what is the right way to do it? i did it by placing a t() during save:
Made a custom module in which I implemented a class that would subscribe to an event with a method
couldn't find out how to find the name of the event I was supposed to subscribe to in the return statement (you know, something like ConfigEvents::SAVE or something) so I gave up on this