disable auto language detection;
disable languuage switch for now; Tweak some error logs and messages
This commit is contained in:
@ -39,7 +39,7 @@ const LanguageSwitcher = () => {
|
||||
open={Boolean(anchorEl)}
|
||||
onClose={handleClose}
|
||||
>
|
||||
{locales.map((lng) => {
|
||||
{locales?.map((lng) => {
|
||||
if (lng === locale) return null;
|
||||
return (
|
||||
<MenuItem key={lng} onClick={() => changeLanguage(lng)}>
|
||||
|
Reference in New Issue
Block a user