Replies: 1 comment
-
Pushing this again, since this will be very useful, also with the additions to Xcode 26 like automatic LocalizedStringResource symbol generation from the string catalog. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
LocalizedStringResource
is a more flexible version of theLocalizedStringKey
and it can be used without SwiftUI.So I think it would be better to implement a new initializer for
TextState
to accept aLocalizedStringResource
.If there is any reason to not to do it, please let me know.
Beta Was this translation helpful? Give feedback.
All reactions