Clear unused locales (#2147)

* add some missing intl strings

* remove locales that are not used
This commit is contained in:
Ansh 2023-12-08 10:45:05 -08:00 committed by GitHub
parent 7b50331188
commit 528b4b5017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 92 additions and 7388 deletions

View file

@ -1,6 +1,6 @@
/** @type {import('@lingui/conf').LinguiConfig} */
module.exports = {
locales: ['en', 'cs', 'fr', 'hi', 'es'],
locales: ['en', 'hi'],
catalogs: [
{
path: '<rootDir>/src/locale/locales/{locale}/messages',