How can I get the locales list in the `nuxt.config.js` file? I'm trying with ``` const $i18n = require('@nuxtjs/i18n') const locales = $i18n.locales ``` But it doesn't work