/** @type {import('@lingui/conf').LinguiConfig} */ module.exports = { locales: ['en', 'hi', 'ja', 'fr'], catalogs: [ { path: '/src/locale/locales/{locale}/messages', include: ['src'], }, ], format: 'po', }