Skip to content

Instantly share code, notes, and snippets.

@ashour
Created April 23, 2019 10:32
Show Gist options
  • Save ashour/2d71d011e32152202be7ec073b1218fc to your computer and use it in GitHub Desktop.
Save ashour/2d71d011e32152202be7ec073b1218fc to your computer and use it in GitHub Desktop.
func __(_ key: String) -> String
{
return NSLocalizedString(key, comment: "")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment