mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 06:45:11 +00:00
add locale string "mutuals"
This commit is contained in:
parent
502e642b4a
commit
58080ad14f
3 changed files with 6 additions and 0 deletions
|
@ -88,6 +88,7 @@ note: "Note"
|
|||
notes: "Notes"
|
||||
following: "Following"
|
||||
followers: "Followers"
|
||||
mutuals: "Mutuals"
|
||||
followsYou: "Follows you"
|
||||
createList: "Create list"
|
||||
manageLists: "Manage lists"
|
||||
|
|
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
@ -368,6 +368,10 @@ export interface Locale extends ILocale {
|
|||
* フォロワー
|
||||
*/
|
||||
"followers": string;
|
||||
/**
|
||||
* Mutuals
|
||||
*/
|
||||
"mutuals": string;
|
||||
/**
|
||||
* フォローされています
|
||||
*/
|
||||
|
|
|
@ -88,6 +88,7 @@ note: "ノート"
|
|||
notes: "ノート"
|
||||
following: "フォロー"
|
||||
followers: "フォロワー"
|
||||
mutuals: "Mutuals"
|
||||
followsYou: "フォローされています"
|
||||
createList: "リスト作成"
|
||||
manageLists: "リストの管理"
|
||||
|
|
Loading…
Reference in a new issue