moko-resources
moko-resources copied to clipboard
Formatted localization string from swift code
trafficstars
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()