Added support for async following including delayed confirmation if we followed
user or not
This commit is contained in:
parent
480f617c09
commit
ca19025187
4 changed files with 71 additions and 4 deletions
|
@ -193,6 +193,10 @@
|
|||
"blocked": "Blocked!",
|
||||
"deny": "Deny",
|
||||
"follow": "Follow",
|
||||
"follow_sent": "Request sent!",
|
||||
"follow_progress": "Requesting…",
|
||||
"follow_again": "Send request again?",
|
||||
"follow_unfollow": "Stop following",
|
||||
"followees": "Following",
|
||||
"followers": "Followers",
|
||||
"following": "Following!",
|
||||
|
|
|
@ -156,6 +156,10 @@
|
|||
"block": "Заблокировать",
|
||||
"blocked": "Заблокирован",
|
||||
"follow": "Читать",
|
||||
"follow_sent": "Запрос отправлен!",
|
||||
"follow_progress": "Запрашиваем…",
|
||||
"follow_again": "Запросить еще заново?",
|
||||
"follow_unfollow": "Перестать читать",
|
||||
"followees": "Читаемые",
|
||||
"followers": "Читатели",
|
||||
"following": "Читаю",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue