We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c3097 commit 1fabffdCopy full SHA for 1fabffd
1 file changed
Core/Sources/Preferences/Locale.swift
@@ -6,7 +6,7 @@ public extension Locale {
6
Locale(identifier: $0).localizedString(forIdentifier: $0)
7
}
8
.sorted()
9
- localizedLocales.insert("", at: 0)
+ localizedLocales.insert("Auto-detected by ChatGPT", at: 0)
10
return localizedLocales
11
12
0 commit comments