fix(i18n): ロールが付与された際の通知のローカライゼーションが一部欠けているのを修正 (#12745)

This commit is contained in:
zyoshoka
2023-12-22 15:38:27 +09:00
committed by GitHub
parent 52b94dbc4a
commit d68214bd46
2 changed files with 2 additions and 0 deletions

1
locales/index.d.ts vendored
View File

@@ -2347,6 +2347,7 @@ export interface Locale {
"pollEnded": string;
"receiveFollowRequest": string;
"followRequestAccepted": string;
"roleAssigned": string;
"achievementEarned": string;
"app": string;
};