From c1d7d9a41b091811d8f99a7627d8311468ca6683 Mon Sep 17 00:00:00 2001 From: Ansh Date: Fri, 22 Dec 2023 23:30:39 +0530 Subject: Add Spanish localization (#2267) * add french localization * get dynamic import to work * fix broken strings * fix bug * fix tests * build files again * add german locale * Add german translated strings * update file details * fix plural case errors * make german translations work * add 'es' as a locale option * enable spanish translations * fix spelling mistake --- lingui.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lingui.config.js') diff --git a/lingui.config.js b/lingui.config.js index 3af72ebd0..58e8d65c5 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -1,6 +1,6 @@ /** @type {import('@lingui/conf').LinguiConfig} */ module.exports = { - locales: ['en', 'hi', 'ja', 'fr'], + locales: ['en', 'hi', 'ja', 'fr', 'de', 'es'], catalogs: [ { path: '/src/locale/locales/{locale}/messages', -- cgit 1.4.1