From c1254702ad7d33024fed680a08399a47e38d07c7 Mon Sep 17 00:00:00 2001 From: royallsilwallz Date: Fri, 10 May 2024 18:03:19 +0545 Subject: [PATCH] Fix mismatch value for language json file for Nederlands - Related to #6425 --- frontend/src/utils/internationalization.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/utils/internationalization.js b/frontend/src/utils/internationalization.js index aa5bf50cd1..c9cbc2b3f3 100644 --- a/frontend/src/utils/internationalization.js +++ b/frontend/src/utils/internationalization.js @@ -24,7 +24,7 @@ const supportedLocales = [ { value: 'ko', label: '한국어' }, // { value: 'mg', label: 'Malagasy' }, // { value: 'ml', label: 'Malayalam' }, - { value: 'nl', label: 'Nederlands' }, + { value: 'nl_NL', label: 'Nederlands' }, { value: 'pt', label: 'Português' }, { value: 'pt-BR', label: 'Português (Brasil)' }, // { value: 'ru', label: 'Русский язык' },