This commit is contained in:
hailin 2025-04-17 18:32:33 +08:00
parent 33c43af502
commit de2c4500c7
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ export function LanguageSwitcher() {
console.log('[LanguageSwitcher] No need to update cookie, currentLocale:', currentLocale)
}
}
else{
console.log('language switcher no running in client browser.')
}
}, [currentLocale])
const handleChange = (e: React.ChangeEvent<HTMLSelectElement>) => {