Skip to content

Commit 54cca28

Browse files
committed
clean up localizations
1 parent 10ce2b8 commit 54cca28

2 files changed

Lines changed: 141 additions & 12 deletions

File tree

Xcodes/Frontend/XcodeList/BottomStatusBar.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ struct BottomStatusModifier: ViewModifier {
3434
}
3535
}
3636
}
37-
Text("\(Bundle.main.shortVersion!) (\(Bundle.main.version!))")
37+
Text(verbatim: "\(Bundle.main.shortVersion!) (\(Bundle.main.version!))")
3838
.font(.subheadline)
3939
}
4040
.frame(maxWidth: .infinity, maxHeight: 30, alignment: .leading)

Xcodes/Resources/Localizable.xcstrings

Lines changed: 140 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -237,16 +237,6 @@
237237
}
238238
}
239239
},
240-
"%@ (%@)" : {
241-
"localizations" : {
242-
"en" : {
243-
"stringUnit" : {
244-
"state" : "new",
245-
"value" : "%1$@ (%2$@)"
246-
}
247-
}
248-
}
249-
},
250240
"%@ %@ %@" : {
251241
"localizations" : {
252242
"ar" : {
@@ -17919,7 +17909,128 @@
1791917909
}
1792017910
},
1792117911
"PIN not set" : {
17922-
17912+
"localizations" : {
17913+
"ar" : {
17914+
"stringUnit" : {
17915+
"state" : "translated",
17916+
"value" : "PIN not set"
17917+
}
17918+
},
17919+
"ca" : {
17920+
"stringUnit" : {
17921+
"state" : "translated",
17922+
"value" : "PIN not set"
17923+
}
17924+
},
17925+
"de" : {
17926+
"stringUnit" : {
17927+
"state" : "translated",
17928+
"value" : "PIN not set"
17929+
}
17930+
},
17931+
"el" : {
17932+
"stringUnit" : {
17933+
"state" : "translated",
17934+
"value" : "PIN not set"
17935+
}
17936+
},
17937+
"en" : {
17938+
"stringUnit" : {
17939+
"state" : "translated",
17940+
"value" : "PIN not set"
17941+
}
17942+
},
17943+
"es" : {
17944+
"stringUnit" : {
17945+
"state" : "translated",
17946+
"value" : "PIN not set"
17947+
}
17948+
},
17949+
"fi" : {
17950+
"stringUnit" : {
17951+
"state" : "translated",
17952+
"value" : "PIN not set"
17953+
}
17954+
},
17955+
"fr" : {
17956+
"stringUnit" : {
17957+
"state" : "translated",
17958+
"value" : "PIN not set"
17959+
}
17960+
},
17961+
"hi" : {
17962+
"stringUnit" : {
17963+
"state" : "translated",
17964+
"value" : "PIN not set"
17965+
}
17966+
},
17967+
"it" : {
17968+
"stringUnit" : {
17969+
"state" : "translated",
17970+
"value" : "PIN not set"
17971+
}
17972+
},
17973+
"ja" : {
17974+
"stringUnit" : {
17975+
"state" : "translated",
17976+
"value" : "PIN not set"
17977+
}
17978+
},
17979+
"ko" : {
17980+
"stringUnit" : {
17981+
"state" : "translated",
17982+
"value" : "PIN not set"
17983+
}
17984+
},
17985+
"nl" : {
17986+
"stringUnit" : {
17987+
"state" : "translated",
17988+
"value" : "PIN not set"
17989+
}
17990+
},
17991+
"pl" : {
17992+
"stringUnit" : {
17993+
"state" : "translated",
17994+
"value" : "PIN not set"
17995+
}
17996+
},
17997+
"pt-BR" : {
17998+
"stringUnit" : {
17999+
"state" : "translated",
18000+
"value" : "PIN not set"
18001+
}
18002+
},
18003+
"ru" : {
18004+
"stringUnit" : {
18005+
"state" : "translated",
18006+
"value" : "PIN not set"
18007+
}
18008+
},
18009+
"tr" : {
18010+
"stringUnit" : {
18011+
"state" : "translated",
18012+
"value" : "PIN not set"
18013+
}
18014+
},
18015+
"uk" : {
18016+
"stringUnit" : {
18017+
"state" : "translated",
18018+
"value" : "PIN not set"
18019+
}
18020+
},
18021+
"zh-Hans" : {
18022+
"stringUnit" : {
18023+
"state" : "translated",
18024+
"value" : "PIN not set"
18025+
}
18026+
},
18027+
"zh-Hant" : {
18028+
"stringUnit" : {
18029+
"state" : "translated",
18030+
"value" : "PIN not set"
18031+
}
18032+
}
18033+
}
1792318034
},
1792418035
"Platforms" : {
1792518036
"localizations" : {
@@ -17947,6 +18058,12 @@
1794718058
"value" : "Πλατφόρμες"
1794818059
}
1794918060
},
18061+
"en" : {
18062+
"stringUnit" : {
18063+
"state" : "translated",
18064+
"value" : "Platforms"
18065+
}
18066+
},
1795018067
"es" : {
1795118068
"stringUnit" : {
1795218069
"state" : "translated",
@@ -18314,6 +18431,12 @@
1831418431
"value" : "Προτιμήσεις"
1831518432
}
1831618433
},
18434+
"en" : {
18435+
"stringUnit" : {
18436+
"state" : "translated",
18437+
"value" : "Preferences"
18438+
}
18439+
},
1831718440
"es" : {
1831818441
"stringUnit" : {
1831918442
"state" : "translated",
@@ -18804,6 +18927,12 @@
1880418927
"value" : "Ανανέωση"
1880518928
}
1880618929
},
18930+
"en" : {
18931+
"stringUnit" : {
18932+
"state" : "translated",
18933+
"value" : "Refresh"
18934+
}
18935+
},
1880718936
"es" : {
1880818937
"stringUnit" : {
1880918938
"state" : "translated",

0 commit comments

Comments
 (0)