summaryrefslogtreecommitdiffstats
path: root/lingui.config.js
blob: 1d9e162ffbe0f9b6fb987b88dca5e17f9fc44b9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module.exports = {
  locales: ['en', 'fr'],
  sourceLocale: 'en',
  fallbackLocales: {
    default: 'en',
  },
  catalogs: [
    {
      path: '<rootDir>/src/i18n/{locale}/messages',
      include: ['<rootDir>/'],
      exclude: ['**/node_modules/**'],
    },
  ],
  format: 'po',
};