mirror of
https://github.com/lil-org/wallet.git
synced 2024-12-28 23:14:11 +03:00
add localization helper
This commit is contained in:
parent
cf000827ac
commit
d9355a1795
@ -106,4 +106,8 @@ struct Strings {
|
|||||||
static let paste = "paste"
|
static let paste = "paste"
|
||||||
static let getStarted = "get started"
|
static let getStarted = "get started"
|
||||||
|
|
||||||
|
private static func loc(_ string: String.LocalizationValue) -> String {
|
||||||
|
return String(localized: string)
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user