2
0

fix default lang

This commit is contained in:
2026-04-03 12:47:21 +09:00
parent a6dcc157d2
commit 97cca74841

View File

@@ -45,7 +45,7 @@ export function formatDateJa(dateStr: string): string {
// Get current language preference
export function getLang(): string {
return localStorage.getItem('preferred-lang') || 'ja'
return localStorage.getItem('preferred-lang') || 'en'
}
// Get localized text from a {ja, en} object