File tree 3 files changed +19
-6
lines changed
3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 523
523
ko,
524
524
ru,
525
525
fa,
526
+ "en-GB",
526
527
);
527
528
mainGroup = FAA456C82B265FEA00FC7287;
528
529
packageReferences = (
873
874
"$(inherited)",
874
875
"@executable_path/Frameworks",
875
876
);
876
- MARKETING_VERSION = 1.0.3 ;
877
+ MARKETING_VERSION = 1.0.4 ;
877
878
PRODUCT_BUNDLE_IDENTIFIER = live.cclerc.geranium;
878
879
PRODUCT_NAME = "$(TARGET_NAME)";
879
880
SWIFT_EMIT_LOC_STRINGS = YES;
911
912
"$(inherited)",
912
913
"@executable_path/Frameworks",
913
914
);
914
- MARKETING_VERSION = 1.0.3 ;
915
+ MARKETING_VERSION = 1.0.4 ;
915
916
PRODUCT_BUNDLE_IDENTIFIER = live.cclerc.geranium;
916
917
PRODUCT_NAME = "$(TARGET_NAME)";
917
918
SWIFT_EMIT_LOC_STRINGS = YES;
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ struct SettingsView: View {
25
25
// i made catgpt work for me on this one
26
26
" zh-Hans " : " Chinese (Simplified) " , //
27
27
" zh-Hant " : " Chinese (Traditional) " , //
28
- " en-US " : " English " ,
28
+ " Base " : " English " , //
29
+ " en-GB " : " English (GB) " ,
29
30
" es " : " Spanish " , //
30
31
" es-419 " : " Spanish (Latin America) " , //
31
32
" fr " : " French " , //
@@ -35,8 +36,7 @@ struct SettingsView: View {
35
36
" ru " : " Russian " , //
36
37
" sk " : " Slovak " , //
37
38
" sv " : " Swedish " , //
38
- " vi " : " Vietnamese " ,
39
- " Default " : " Default " //
39
+ " vi " : " Vietnamese " , //
40
40
]
41
41
var sortedLocalisalist : [ String ] {
42
42
languageMapping. keys. sorted ( )
@@ -73,7 +73,7 @@ struct SettingsView: View {
73
73
}
74
74
if DebugStuff {
75
75
Button ( " Set language to English " ) {
76
- UserDefaults . standard. set ( [ " en-US " ] , forKey: " AppleLanguages " )
76
+ UserDefaults . standard. set ( [ " Base " ] , forKey: " AppleLanguages " )
77
77
exitGracefully ( )
78
78
}
79
79
Text ( " UUID : \( appSettings. usrUUID) " )
Original file line number Diff line number Diff line change 119
119
},
120
120
"1. Open TrollStore" : {
121
121
"localizations" : {
122
+ "en-GB" : {
123
+ "stringUnit" : {
124
+ "state" : "translated",
125
+ "value" : "1. Open TrollStore"
126
+ }
127
+ },
122
128
"es" : {
123
129
"stringUnit" : {
124
130
"state" : "translated",
195
201
},
196
202
"2. Go to Settings" : {
197
203
"localizations" : {
204
+ "en-GB" : {
205
+ "stringUnit" : {
206
+ "state" : "translated",
207
+ "value" : "2. Go to Settings"
208
+ }
209
+ },
198
210
"es" : {
199
211
"stringUnit" : {
200
212
"state" : "translated",
You can’t perform that action at this time.
0 commit comments