## Localization Support - [ ] Refactor the library to support localization ## Action Items - [ ] Configure a package String Catalog - [ ] Replace string literals with [`String(localized:)`](https://developer.apple.com/documentation/swift/string/init(localized:table:bundle:locale:comment:)) - [ ] Where custom SwiftUI view initializers take `String` parameter(s), add overloads to also take [`LocalizedStringKey`](https://developer.apple.com/documentation/swiftui/localizedstringkey)