Skip to content

Commit e5a1bb4

Browse files
committed
en-US
1 parent b7758ab commit e5a1bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Geranium/SettingsView.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ struct SettingsView: View {
2525
// i made catgpt work for me on this one
2626
"zh-Hans": "Chinese (Simplified)", //
2727
"zh-Hant": "Chinese (Traditional)", //
28-
"en": "English",
28+
"en-US": "English",
2929
"es": "Spanish", //
3030
"es-419": "Spanish (Latin America)", //
3131
"fr": "French", //
@@ -73,7 +73,7 @@ struct SettingsView: View {
7373
}
7474
if DebugStuff {
7575
Button("Set language to English") {
76-
UserDefaults.standard.set(["en"], forKey: "AppleLanguages")
76+
UserDefaults.standard.set(["en-US"], forKey: "AppleLanguages")
7777
exitGracefully()
7878
}
7979
Text("UUID : \(appSettings.usrUUID)")

0 commit comments

Comments
 (0)