Skip to content

Instantly share code, notes, and snippets.

@thameera
Created May 17, 2016 09:10
Show Gist options
  • Save thameera/a64d1bbaf601f247a76440efd9b2f015 to your computer and use it in GitHub Desktop.
Save thameera/a64d1bbaf601f247a76440efd9b2f015 to your computer and use it in GitHub Desktop.
Passwordless email i18n
{% if request_language contains ",nl;" %}
Uw verificatie code: {{ code }}
{% elsif request_language contains ",es;" %}
Tu código de verificación es: {{ code }}
{% else %}
Your verification code is: {{ code }}
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment