Skip to content

Commit 1ed5306

Browse files
committed
🐛 Fix the issue where the Chinese language is displayed after refreshing the English interface.
1 parent 7793556 commit 1ed5306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/providers/I18nProviderWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function I18nProviderWrapper({
1717
setMounted(true)
1818
}, [])
1919

20-
// 根据 URL 同步 i18n 语言
20+
// Synchronize i18n language according to the URL
2121
useEffect(() => {
2222
if (!mounted) return;
2323

0 commit comments

Comments
 (0)