fix missing locale

This commit is contained in:
NoriDev 2023-09-22 17:03:30 +09:00
parent 605c74bd09
commit 5919b206e2
4 changed files with 4 additions and 0 deletions

View file

@ -2268,6 +2268,7 @@ _notification:
notificationWillBeDisplayedLikeThis: "Notifications look like this" notificationWillBeDisplayedLikeThis: "Notifications look like this"
_types: _types:
all: "All" all: "All"
note: "Notes"
follow: "New followers" follow: "New followers"
mention: "Mentions" mention: "Mentions"
reply: "Replies" reply: "Replies"

1
locales/index.d.ts vendored
View file

@ -2425,6 +2425,7 @@ export interface Locale {
"notificationWillBeDisplayedLikeThis": string; "notificationWillBeDisplayedLikeThis": string;
"_types": { "_types": {
"all": string; "all": string;
"note": string;
"follow": string; "follow": string;
"mention": string; "mention": string;
"reply": string; "reply": string;

View file

@ -2337,6 +2337,7 @@ _notification:
_types: _types:
all: "すべて" all: "すべて"
note: "ノート"
follow: "フォロー" follow: "フォロー"
mention: "メンション" mention: "メンション"
reply: "リプライ" reply: "リプライ"

View file

@ -2256,6 +2256,7 @@ _notification:
notificationWillBeDisplayedLikeThis: "알림이 이렇게 표시돼요!" notificationWillBeDisplayedLikeThis: "알림이 이렇게 표시돼요!"
_types: _types:
all: "전부" all: "전부"
note: "노트"
follow: "팔로잉" follow: "팔로잉"
mention: "멘션" mention: "멘션"
reply: "답글" reply: "답글"