add translations

This commit is contained in:
Riley Davis
2017-03-28 14:46:01 -06:00
parent e75663f5b9
commit b7ce669cfc
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ class Embed extends Component {
onClick={() => {
this.props.viewAllComments();
this.props.data.refetch();
}}>Show all comments</Button>
}}>{lang.t('showAllComments')}</Button>
}
{loggedIn && <UserBox user={user} logout={() => this.props.logout().then(refetch)} changeTab={this.changeTab}/>}
<TabContent show={activeTab === 0}>
+2
View File
@@ -13,6 +13,7 @@
"error": "Usernames can contain letters, numbers and _ only"
},
"viewMoreComments": "view more comments",
"showAllComments": "Show all comments",
"viewReply": "view reply",
"viewAllRepliesInitial": "view all {0} replies",
"viewAllReplies": "view {0} replies",
@@ -56,6 +57,7 @@
"newCount": "Ver {0} {1} más",
"comment": "commentario",
"comments": "commentarios",
"showAllComments": "Mostrar todos los comentarios",
"error": {
"emailNotVerified": "E-mail {0} no verificado.",
"email": "No es un e-mail válido",