blob: 6be3922ef549d3eb8bae673d3a77bc2631e8955b (
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', 'de', 'es', 'ko', 'es', 'pt-BR'],
catalogs: [
{
path: '<rootDir>/src/locale/locales/{locale}/messages',
include: ['src'],
},
],
format: 'po',
}
|