Skip to content

Instantly share code, notes, and snippets.

@ptzn
Created January 28, 2010 16:54
Show Gist options
  • Save ptzn/288913 to your computer and use it in GitHub Desktop.
Save ptzn/288913 to your computer and use it in GitHub Desktop.
key samples in translation.js
var Translations = {
locale: 'ru',
"foo.bar": "baz",
nested: {
hash: "value"
},
message: {
times: "{{count}} times"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment