mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 01:52:39 +08:00
OMG. Strings.
This commit is contained in:
@@ -21,8 +21,8 @@ const NewCount = (props) => {
|
||||
props.commentCountCache && newComments > 0 ?
|
||||
<button onClick={onLoadMoreClick(props)}>
|
||||
{newComments === 1
|
||||
? t('framework.new_count', newComments, t('comment'))
|
||||
: t('framework.new_count', newComments, t('comments'))}
|
||||
? t('framework.new_count', newComments, t('framework.comment'))
|
||||
: t('framework.new_count', newComments, t('framework.comments'))}
|
||||
</button>
|
||||
: null
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ class ProfileContainer extends Component {
|
||||
|
||||
{me.ignoredUsers && me.ignoredUsers.length
|
||||
? <div>
|
||||
<h3>t('framework.ignored_users')</h3>
|
||||
<h3>{t('framework.ignored_users')}</h3>
|
||||
<IgnoredUsers
|
||||
users={me.ignoredUsers}
|
||||
stopIgnoring={stopIgnoringUser}
|
||||
|
||||
+1
-1
@@ -150,7 +150,7 @@ en:
|
||||
no_flags: "There have been no flags in the last 5 minutes! Hooray!"
|
||||
no_likes: "There have been no likes in the last 5 minutes. All quiet."
|
||||
done: Done
|
||||
editComment:
|
||||
edit_comment:
|
||||
bodyInputLabel: "Edit this comment"
|
||||
save_button: "Save changes"
|
||||
editWindowExpired: "You can no longer edit this comment. The time window to do so has expired. Why not post another one?"
|
||||
|
||||
+1
-1
@@ -184,7 +184,7 @@ es:
|
||||
no_flags: "¡No ha habido ningún reporte en los últimos 5 minutos! Bravo!"
|
||||
no_likes: "¡No ha habido ningún 'me gusta' en los últimos 5 minutos. Todo tranquilo."
|
||||
done: Hecho
|
||||
editComment:
|
||||
edit_comment:
|
||||
bodyInputLabel: "Editar este comentario"
|
||||
save_button: "Guardar cambios"
|
||||
editWindowExpired: "No se puede editar este comentario. El periodo de edición\
|
||||
|
||||
Reference in New Issue
Block a user