dral3x / StringsLint

📱Ensure your localized strings are complete and never unused 👍
MIT License
68 stars 10 forks source link

Support Button and LocalizedStringKey #30

Closed dral3x closed 9 months ago

dral3x commented 9 months ago

SwiftUI instructions like

Text("abc", tableName: "First")
Text(LocalizedStringKey("def"), tableName: "Second")
Text(LocalizedStringKey("ghi"), tableName: "Third", comment: "Blabla")

but also

Button("def")
LocalizedStringKey("ghi")

should be detected by stringslint