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
Is there a way to use a formatted localization string directly within Swift code without relying on an intermediary layer or additional processing?
Something like that: titleLabel.text = MR.strings().transaction_first_part.format("first arg").localized()
The text was updated successfully, but these errors were encountered:
Is there a way to use a formatted localization string directly within Swift code without relying on an intermediary layer or additional processing?
Something like that:
titleLabel.text = MR.strings().transaction_first_part.format("first arg").localized()
The text was updated successfully, but these errors were encountered: