Skip to content

Instantly share code, notes, and snippets.

@foxicode
Created July 29, 2023 13:20
Show Gist options
  • Select an option

  • Save foxicode/d260e79754a77babd80e0a22ec2d302f to your computer and use it in GitHub Desktop.

Select an option

Save foxicode/d260e79754a77babd80e0a22ec2d302f to your computer and use it in GitHub Desktop.
Syntactic sugar for Swift localization
public extension String {
var localized: String {
NSLocalizedString(self, comment: "")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment