blob: a4219a1bd40ff24329caf3172846ad81cb6bed60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/** @type {import('@lingui/conf').LinguiConfig} */
module.exports = {
locales: ['en', 'cs', 'fr', 'hi', 'es'],
catalogs: [
{
path: '<rootDir>/src/locale/locales/{locale}/messages',
include: ['src'],
},
],
format: 'po',
}
|