superarts / XStringCatalog

A framework that generates enum from xcstring - Swift enumerations from String Catalog for iOS / iPadOS / macOS / tvOS.
MIT License
4 stars 9 forks source link

StringCatalogEnum: new API - localized string from cases #8

Closed superarts closed 9 months ago

superarts commented 9 months ago

Currently the key API only provides LocalizedStringKey, which is supported by SwiftUI.View. We need a new API to provide a String that can be used in other places.

NSLocalizedString(key.rawValue, comment: "whatever")
superarts commented 9 months ago

Addressed in #9