Skip to content

Commit 131c176

Browse files
committed
fix: i18n fallback language
1 parent 2aa1c66 commit 131c176

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

i18n.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var TR mf.Translator
1414
func detectSystemLanguate() string {
1515
tag, err := locale.Detect()
1616
if err != nil {
17-
return "en-US"
17+
return "en"
1818
}
1919
return tag.String()
2020
}
File renamed without changes.

0 commit comments

Comments
 (0)