Skip to content

Instantly share code, notes, and snippets.

@rogierslag
Created September 26, 2017 20:25
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 rogierslag/acbe9810a039547baea5f491888f1bc6 to your computer and use it in GitHub Desktop.
Save rogierslag/acbe9810a039547baea5f491888f1bc6 to your computer and use it in GitHub Desktop.
Maily example 9 - translations
module.exports = {
en : {
// English translations will appear here
},
nl : {
// And the Dutch ones do here
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment