From ffd08570a523f8295209d3038e9461e7ce7cb161 Mon Sep 17 00:00:00 2001 From: Minseo Lee Date: Wed, 3 Jan 2024 20:34:21 +0900 Subject: Add Korean localization (#2395) * Create messages.po * Add Korean localization --- 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 58e8d65c5..0f30be0b5 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', 'de', 'es'], + locales: ['en', 'hi', 'ja', 'fr', 'de', 'es', 'ko'], catalogs: [ { path: '/src/locale/locales/{locale}/messages', -- cgit 1.4.1