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"
_types:
all: "All"
note: "Notes"
follow: "New followers"
mention: "Mentions"
reply: "Replies"

1
locales/index.d.ts vendored
View file

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

View file

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

View file

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