i18n: add follow section to all languages and fix duplicate decks

This commit is contained in:
2026-03-13 19:05:38 +08:00
parent 7c71ffcf31
commit 168f0c161e
8 changed files with 108 additions and 27 deletions

View File

@@ -453,5 +453,14 @@
"actions": "작업",
"view": "보기"
}
},
"follow": {
"follow": "팔로우",
"following": "팔로잉",
"followers": "팔로워",
"followersOf": "{username}의 팔로워",
"followingOf": "{username}의 팔로잉",
"noFollowers": "아직 팔로워가 없습니다",
"noFollowing": "아직 팔로우하는 사람이 없습니다"
}
}