Skip to content

Instantly share code, notes, and snippets.

@ptzn
Created January 28, 2010 16:56
Show Gist options
  • Save ptzn/288917 to your computer and use it in GitHub Desktop.
Save ptzn/288917 to your computer and use it in GitHub Desktop.
js sample of getting i18n messages
I18n.t("foo.bar"); // -> "baz"
I18n.t("nested.hash"); // -> "value"
I18n.t("message.times", {count: 3}); // -> "3 times"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment