Show users who sent reaction on hover (#5362)

* Show users who sent reaction on hover

* Support i18n

* detail -> details

* Extract methods

* Update on change
This commit is contained in:
Aya Morisawa 2019-08-31 03:04:36 +09:00 committed by syuilo
parent a47baad943
commit 749200d22b
3 changed files with 147 additions and 0 deletions

View file

@ -413,6 +413,10 @@ common/views/pages/explore.vue:
explore: "{host}を探索"
users-info: "現在{users}ユーザーが登録されています"
common/views/components/reactions-viewer.details.vue:
few-users: "{users}が{reaction}をリアクション"
many-users: "{users}と他{omitted}人が{reaction}をリアクション"
common/views/components/url-preview.vue:
enable-player: "プレイヤーを開く"
disable-player: "プレイヤーを閉じる"