fix default lang
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user