Skip to content

Instantly share code, notes, and snippets.

@dhiemstra
Created April 17, 2016 10:23
Show Gist options
  • Save dhiemstra/ebe6dd2b8e1cc2730a3e7bb83eca0236 to your computer and use it in GitHub Desktop.
Save dhiemstra/ebe6dd2b8e1cc2730a3e7bb83eca0236 to your computer and use it in GitHub Desktop.
export default {
// Simple
'dashboard.hello': 'Hello world',
// nested
'button': {
'add_user': {
'title': 'Add a user',
'text': 'Add',
'disabled': 'Saving...'
}
},
// Pluralization
'dog': {
'one': 'a dog',
'other': '{{count}} dogs'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment