Created
March 22, 2014 16:19
-
-
Save dfmcphee/9709696 to your computer and use it in GitHub Desktop.
Simple Geddy translation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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