feat: confirm before unfollow (#1208)

Closes https://github.com/elk-zone/elk/issues/35
This commit is contained in:
webfansplz 2023-01-16 14:36:28 +08:00 committed by GitHub
parent 46d350f442
commit 512d0901ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 2 deletions

View file

@ -100,6 +100,13 @@
"draft_title": "草稿 {0}",
"drafts": "草稿 ({v})"
},
"confirm": {
"unfollow": {
"cancel": "取消",
"confirm": "取消关注",
"title": "你确定要取消关注吗?"
}
},
"conversation": {
"with": "与"
},