diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-06-01 17:19:11 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-06-01 17:19:11 +0900 |
| commit | 146e89edd08ab985cd862d30246ad5d7955d63e0 (patch) | |
| tree | 40731e6419dda1dc8130da4bf4fa64577c90e76b | |
| parent | enhance(frontend): 追加の絵文字用辞書をダウンロードできる... (diff) | |
| download | misskey-146e89edd08ab985cd862d30246ad5d7955d63e0.tar.gz misskey-146e89edd08ab985cd862d30246ad5d7955d63e0.tar.bz2 misskey-146e89edd08ab985cd862d30246ad5d7955d63e0.zip | |
Update index.d.ts
| -rw-r--r-- | locales/index.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index a54268676e..3bdb37b9dc 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1063,6 +1063,7 @@ export interface Locale { "changeReactionConfirm": string; "later": string; "goToMisskey": string; + "additionalEmojiDictionary": string; "_initialAccountSetting": { "accountCreated": string; "letsStartAccountSetup": string; |