I'm using the Antl object to use internationalization with my validation messages. It works fine with that. Antl object works with a database´s table called locales, which uses to get the messages. I added a column to this locales table in order to save some extra data about each record. When you run the application adonis.js makes a select * from locales query and it gets all the data from that table so you don´t have to access to the database. But I can´t find a method or a way to get that extra data from the Antl object, is there a way to do it?
this is the way I get the object
const Antl = use('Antl')
I'm currently using the version 4.1 of adonis and using this link https://legacy.adonisjs.com/docs/4.1/internationalization#_swit