fix missing locale
This commit is contained in:
parent
605c74bd09
commit
5919b206e2
|
@ -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
1
locales/index.d.ts
vendored
|
@ -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;
|
||||||
|
|
|
@ -2337,6 +2337,7 @@ _notification:
|
||||||
|
|
||||||
_types:
|
_types:
|
||||||
all: "すべて"
|
all: "すべて"
|
||||||
|
note: "ノート"
|
||||||
follow: "フォロー"
|
follow: "フォロー"
|
||||||
mention: "メンション"
|
mention: "メンション"
|
||||||
reply: "リプライ"
|
reply: "リプライ"
|
||||||
|
|
|
@ -2256,6 +2256,7 @@ _notification:
|
||||||
notificationWillBeDisplayedLikeThis: "알림이 이렇게 표시돼요!"
|
notificationWillBeDisplayedLikeThis: "알림이 이렇게 표시돼요!"
|
||||||
_types:
|
_types:
|
||||||
all: "전부"
|
all: "전부"
|
||||||
|
note: "노트"
|
||||||
follow: "팔로잉"
|
follow: "팔로잉"
|
||||||
mention: "멘션"
|
mention: "멘션"
|
||||||
reply: "답글"
|
reply: "답글"
|
||||||
|
|
Loading…
Reference in a new issue