Add French localization (#2265)

This commit is contained in:
Ansh
2023-12-22 03:30:24 +05:30
committed by GitHub
parent d068cb1939
commit df73f83538
10 changed files with 2559 additions and 84 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/** @type {import('@lingui/conf').LinguiConfig} */
module.exports = {
locales: ['en', 'hi', 'ja'],
locales: ['en', 'hi', 'ja', 'fr'],
catalogs: [
{
path: '<rootDir>/src/locale/locales/{locale}/messages',