feat: エクスポート完了時に通知を発行するように (#14484)

* feat: エクスポート完了時に通知を発行するように

* Update Changelog

* entitity -> entity

* fix: ペイロードを含むように

* fix icon

* exportableEntities -> userExportableEntities
This commit is contained in:
かっこかり 2024-09-26 14:15:03 +09:00 committed by GitHub
parent 89841e4c9a
commit d8a2eeb7ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 199 additions and 7 deletions

16
locales/index.d.ts vendored
View file

@ -1352,6 +1352,10 @@ export interface Locale extends ILocale {
*
*/
"addFile": string;
/**
*
*/
"showFile": string;
/**
*
*/
@ -9253,6 +9257,10 @@ export interface Locale extends ILocale {
*
*/
"flushNotification": string;
/**
* {x}
*/
"exportOfXCompleted": ParameterizedString<"x">;
"_types": {
/**
*
@ -9306,6 +9314,14 @@ export interface Locale extends ILocale {
*
*/
"achievementEarned": string;
/**
*
*/
"exportCompleted": string;
/**
*
*/
"test": string;
/**
*
*/