Skip to content

Instantly share code, notes, and snippets.

@dimpiax
Last active April 27, 2020 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimpiax/42632653a2117b22562cbc4c06343fd0 to your computer and use it in GitHub Desktop.
Save dimpiax/42632653a2117b22562cbc4c06343fd0 to your computer and use it in GitHub Desktop.
enum LocalizationKey: String {
case
natureTitle,
saveNatureButton
}
extension LocalizationKey {
var string: String {
NSLocalizedString(rawValue, comment: rawValue)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment