From 97925eeebe30c2f70bad6b6c240728034638842f Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Fri, 16 Jun 2023 13:01:34 +0330 Subject: fix default language in initLocalizer Co-Authored-By: Alireza Ahmadi --- web/assets/js/langs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/assets') diff --git a/web/assets/js/langs.js b/web/assets/js/langs.js index c6e4329f..77c2c287 100644 --- a/web/assets/js/langs.js +++ b/web/assets/js/langs.js @@ -6,7 +6,7 @@ const supportLangs = [ }, { name: 'فارسی', - value: 'fa_IR', + value: 'fa-IR', icon: '🇮🇷', }, { @@ -16,7 +16,7 @@ const supportLangs = [ }, { name: 'Русский', - value: 'ru_RU', + value: 'ru-RU', icon: '🇷🇺', }, ]; -- cgit v1.2.3