How to Automatically Add Strings to the Xcode String Catalog?
When I use Text("Lorem")
in SwiftUI, it adds a Lorem
key to the Xcode String Catalog (Localizable.xcstrings) at build time. I want to achieve the same behavior for strings that are defined outside of views.