From f05962a4928e5102e6abe773e938ae8ab941a2c4 Mon Sep 17 00:00:00 2001 From: Minseo Lee Date: Wed, 25 Dec 2024 01:54:05 +0900 Subject: Fix Nepali language code (#7265) * Replace `np` with `ne` * Reorder --- 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 da43e3561..fb81e5d9e 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -19,8 +19,8 @@ module.exports = { 'ja', 'km', 'ko', + 'ne', 'nl', - 'np', 'pl', 'pt-BR', 'ro', -- cgit 1.4.1