This commit is contained in:
HyeonJongKim
2025-10-30 14:50:39 +09:00
2 changed files with 31 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ export const SettingPage = () => {
// i18n 언어도 동기화
if (i18n.language !== language) {
i18n.changeLanguage(language);
localStorage.setItem('i18nextLng', language);
}
});
}, [getLanguage, i18n]);