about summary refs log tree commit diff
path: root/lingui.config.js
blob: 3af72ebd015dd0999e587a1af1c1255555b00e6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/** @type {import('@lingui/conf').LinguiConfig} */
module.exports = {
  locales: ['en', 'hi', 'ja', 'fr'],
  catalogs: [
    {
      path: '<rootDir>/src/locale/locales/{locale}/messages',
      include: ['src'],
    },
  ],
  format: 'po',
}