diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-14 11:13:29 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-20 13:30:31 -0500 |
| commit | 85d43d17f5834cde8f5f778528ec3e8ffa041efa (patch) | |
| tree | 0cb582198e8821e398f36e3a3687b1b985ba5e64 | |
| parent | 32c112bc96ae96aebdb1f5bfa369e1ab52228b06 (diff) | |
Add missing translation strings
| -rw-r--r-- | src/i18n/en.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 93819c2c..55ea7b24 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -372,7 +372,10 @@ "statuses": "Statuses", "unblock": "Unblock", "unblock_progress": "Unblocking...", - "block_progress": "Blocking..." + "block_progress": "Blocking...", + "unmute": "Unmute", + "unmute_progress": "Unmuting...", + "mute_progress": "Muting..." }, "user_profile": { "timeline_title": "User Timeline" |
