add localization helper

This commit is contained in:
ivan grachev 2024-03-22 17:58:25 +03:00
parent cf000827ac
commit d9355a1795

View File

@ -106,4 +106,8 @@ struct Strings {
static let paste = "paste"
static let getStarted = "get started"
private static func loc(_ string: String.LocalizationValue) -> String {
return String(localized: string)
}
}