Skip to content

Instantly share code, notes, and snippets.

@dfmcphee
Created March 22, 2014 16:19
Show Gist options
  • Save dfmcphee/9709696 to your computer and use it in GitHub Desktop.
Save dfmcphee/9709696 to your computer and use it in GitHub Desktop.
Simple Geddy translation
// In /foo/bar/es-mx.json
{
"Welcome to my site.": "Bienvenidos a mi sitio."
}
// In a controller (assuming a defaultLocale of 'es-mx'):
// Returns Bienvenidos a mi sitio.
this.i18n.t('Welcome to my site.');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment