File tree Expand file tree Collapse file tree
Resources/Resources/en.lproj
SettingFeature/Components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565"app.acknowledgement.link.uiImageColors" = "https://github.com/jathu/UIImageColors";
6666"app.acknowledgement.link.sfSafeSymbols" = "https://github.com/SFSafeSymbols/SFSafeSymbols";
6767"app.acknowledgement.link.systemNotification" = "https://github.com/danielsaidi/SystemNotification";
68- "app.acknowledgement.link.swiftUINavigation" = "https://github.com/pointfreeco/swiftui-navigation";
6968"app.acknowledgement.link.swiftCommonMark" = "https://github.com/gonzalezreal/SwiftCommonMark";
7069"app.acknowledgement.link.ehTagTranslationDatabase" = "https://github.com/EhTagTranslation/Database";
7170"app.acknowledgement.link.tca" = "https://github.com/pointfreeco/swift-composable-architecture";
Original file line number Diff line number Diff line change @@ -150,14 +150,14 @@ struct AboutView: View {
150150 urlString: L10n . Constant. App. Acknowledgement. Link. kanna,
151151 text: L10n . Constant. App. Acknowledgement. Text. kanna
152152 ) ,
153- . init(
154- urlString: L10n . Constant. App. Acknowledgement. Link. swiftGen,
155- text: L10n . Constant. App. Acknowledgement. Text. swiftGen
156- ) ,
157153 . init(
158154 urlString: L10n . Constant. App. Acknowledgement. Link. colorful,
159155 text: L10n . Constant. App. Acknowledgement. Text. colorful
160156 ) ,
157+ . init(
158+ urlString: L10n . Constant. App. Acknowledgement. Link. swiftGen,
159+ text: L10n . Constant. App. Acknowledgement. Text. swiftGen
160+ ) ,
161161 . init(
162162 urlString: L10n . Constant. App. Acknowledgement. Link. kingfisher,
163163 text: L10n . Constant. App. Acknowledgement. Text. kingfisher
@@ -186,10 +186,6 @@ struct AboutView: View {
186186 urlString: L10n . Constant. App. Acknowledgement. Link. systemNotification,
187187 text: L10n . Constant. App. Acknowledgement. Text. systemNotification
188188 ) ,
189- . init(
190- urlString: L10n . Constant. App. Acknowledgement. Link. swiftUINavigation,
191- text: L10n . Constant. App. Acknowledgement. Text. swiftUINavigation
192- ) ,
193189 . init(
194190 urlString: L10n . Constant. App. Acknowledgement. Link. swiftCommonMark,
195191 text: L10n . Constant. App. Acknowledgement. Text. swiftCommonMark
You can’t perform that action at this time.
0 commit comments