add locale string "mutuals"

This commit is contained in:
Hazel K 2024-09-30 12:04:09 -04:00
parent 502e642b4a
commit 58080ad14f
3 changed files with 6 additions and 0 deletions

View file

@ -88,6 +88,7 @@ note: "Note"
notes: "Notes" notes: "Notes"
following: "Following" following: "Following"
followers: "Followers" followers: "Followers"
mutuals: "Mutuals"
followsYou: "Follows you" followsYou: "Follows you"
createList: "Create list" createList: "Create list"
manageLists: "Manage lists" manageLists: "Manage lists"

4
locales/index.d.ts vendored
View file

@ -368,6 +368,10 @@ export interface Locale extends ILocale {
* *
*/ */
"followers": string; "followers": string;
/**
* Mutuals
*/
"mutuals": string;
/** /**
* *
*/ */

View file

@ -88,6 +88,7 @@ note: "ノート"
notes: "ノート" notes: "ノート"
following: "フォロー" following: "フォロー"
followers: "フォロワー" followers: "フォロワー"
mutuals: "Mutuals"
followsYou: "フォローされています" followsYou: "フォローされています"
createList: "リスト作成" createList: "リスト作成"
manageLists: "リストの管理" manageLists: "リストの管理"