Add catalan

This commit is contained in:
Paul Frazee 2024-01-18 21:54:00 -08:00
parent 0902b4ba41
commit 34c1aebda6
5 changed files with 26 additions and 1 deletions

View file

@ -1,6 +1,18 @@
/** @type {import('@lingui/conf').LinguiConfig} */
module.exports = {
locales: ['en', 'de', 'es', 'fr', 'hi', 'id', 'ja', 'ko', 'pt-BR', 'uk'],
locales: [
'en',
'de',
'es',
'fr',
'hi',
'id',
'ja',
'ko',
'pt-BR',
'uk',
'ca',
],
catalogs: [
{
path: '<rootDir>/src/locale/locales/{locale}/messages',