You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both C# and F#, FormattableString can be created directly from an interpolated string literal, just like LocalizedStringKey in SwiftUI. We should be able to inspect the FormattableString and extract the format string and its arguments. Then we can use those to build up the LocalizedStringKey.StringInterpolation object and pass that to LocalizedStringKey.init(stringInterpolation:)
The text was updated successfully, but these errors were encountered:
In both C# and F#,
FormattableString
can be created directly from an interpolated string literal, just likeLocalizedStringKey
in SwiftUI. We should be able to inspect theFormattableString
and extract the format string and its arguments. Then we can use those to build up theLocalizedStringKey.StringInterpolation
object and pass that toLocalizedStringKey.init(stringInterpolation:)
The text was updated successfully, but these errors were encountered: