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 --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.config.js') diff --git a/app.config.js b/app.config.js index 1461b7b88..404f02dde 100644 --- a/app.config.js +++ b/app.config.js @@ -89,8 +89,8 @@ module.exports = function (config) { 'ja', 'km', 'ko', + 'ne', 'nl', - 'np', 'pl', 'pt-BR', 'ro', -- cgit 1.4.1