This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
The following code block renders incorrectly on GitHub using the es6 highlighter.
export default {
'user.edit.title': 'Edit User',
'user.followers.title.one': 'One Follower',
'user.followers.title.other': 'All {{count}} Followers',
// nested objects work just like dotted keys
'button': {
'add_user': {
'title': 'Add a user',
'text': 'Add',
'disabled': 'Saving...'
}
}
};