Add catalan
This commit is contained in:
parent
0902b4ba41
commit
34c1aebda6
5 changed files with 26 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue