✊
stuff
Highlights
Pinned Loading
-
-
String localization extension.swift
String localization extension.swift 1extension String {
2var localized: String {
3return NSLocalizedString(self, comment: "")
4}
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.