Skip to content

Commit

Permalink
SwiftLint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jag-Marcel committed Jun 17, 2024
1 parent 742a336 commit 76c0e0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Scribe/AboutTab/AboutTableData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ struct AboutTableData {
),
Section(
sectionTitle: NSLocalizedString("about.appHints", value: "Reset app hints", comment: ""),
imageString: "lightbulb",sectionState: .appHints
imageString: "lightbulb",
sectionState: .appHints
)
],
hasDynamicData: nil
Expand Down
2 changes: 1 addition & 1 deletion Scribe/AppTexts/InstallScreen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func getInstallationDirections(fontSize: CGFloat) -> NSMutableAttributedString {

installDirections.append(NSMutableAttributedString(string: "\n\n3. " + NSLocalizedString("install.text2", value: """
Activate keyboards that you want to use
4. When typing press
""", comment: "") + " ", attributes: [NSAttributedString.Key.font: UIFont.systemFont(ofSize: fontSize)]))

Expand Down
8 changes: 2 additions & 6 deletions Scribe/i18n/Scribe-i18n/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@
},
"install" : {
"comment" : "",
"extractionState" : "stale",
"localizations" : {
"de" : {
"stringUnit" : {
Expand Down Expand Up @@ -427,9 +426,6 @@
}
}
}
},
"OK" : {

},
"portuguese" : {
"comment" : "",
Expand Down Expand Up @@ -531,7 +527,7 @@
}
},
"settings.layout.disableAccentCharacters" : {
"comment" : "Toggles accented characters for the selected keyboard",
"comment" : "",
"localizations" : {
"en" : {
"stringUnit" : {
Expand Down Expand Up @@ -648,4 +644,4 @@
}
},
"version" : "1.0"
}
}

0 comments on commit 76c0e0a

Please sign in to comment.