Hello,
it’d be nice to have a method in the i18n node to insert a key using for example an array of languages, something like
String insertI18NMessage (String i18n_key, String locale, String message)
I know I could do that by simply inserting keys in the messages table, but I think this would be a alittle more convenient…
Would that be possible?