bsky-app/lingui.config.js
Ansh 528b4b5017
Clear unused locales (#2147)
* add some missing intl strings

* remove locales that are not used
2023-12-09 00:15:05 +05:30

11 lines
231 B
JavaScript

/** @type {import('@lingui/conf').LinguiConfig} */
module.exports = {
locales: ['en', 'hi'],
catalogs: [
{
path: '<rootDir>/src/locale/locales/{locale}/messages',
include: ['src'],
},
],
format: 'po',
}