Skip to content
Snippets Groups Projects
Unverified Commit d68214bd authored by zyoshoka's avatar zyoshoka Committed by GitHub
Browse files

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

parent 52b94dbc
No related branches found
No related tags found
No related merge requests found
......@@ -2347,6 +2347,7 @@ export interface Locale {
"pollEnded": string;
"receiveFollowRequest": string;
"followRequestAccepted": string;
"roleAssigned": string;
"achievementEarned": string;
"app": string;
};
......
......@@ -2250,6 +2250,7 @@ _notification:
pollEnded: "アンケートが終了"
receiveFollowRequest: "フォロー申請を受け取った"
followRequestAccepted: "フォローが受理された"
roleAssigned: "ロールが付与された"
achievementEarned: "実績の獲得"
app: "連携アプリからの通知"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment