Skip to content

Instantly share code, notes, and snippets.

@AquaGeek
Created September 20, 2017 19:48
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 AquaGeek/1e00901a3d9e4c50e0d329a4697231be to your computer and use it in GitHub Desktop.
Save AquaGeek/1e00901a3d9e4c50e0d329a4697231be to your computer and use it in GitHub Desktop.
struct L10n {
struct Login {
static func welcomeMessage(placeholder: String) -> String {
return String.localizedStringWithFormat(
NSLocalizedString("login.welcome_message", "Greeting to show users upon successful login"),
placeholder
)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment