add german locale

This commit is contained in:
Ansh Nanda
2023-12-22 01:46:20 +05:30
parent b8c5e69f13
commit 69e0eb9b2f
3 changed files with 2444 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/** @type {import('@lingui/conf').LinguiConfig} */
module.exports = {
locales: ['en', 'hi', 'ja', 'fr'],
locales: ['en', 'hi', 'ja', 'fr', 'de'],
catalogs: [
{
path: '<rootDir>/src/locale/locales/{locale}/messages',