summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2024-09-20 00:08:14 +0900
committerGitHub <noreply@github.com>2024-09-20 00:08:14 +0900
commit8d23122fd664564dc069ca8e8e337f4d4a1727fc (patch)
tree67433c2ac86dd7f7962676ac086a50be35d5bc60
parentBump version to 2024.9.0-alpha.0 (diff)
downloadmisskey-8d23122fd664564dc069ca8e8e337f4d4a1727fc.tar.gz
misskey-8d23122fd664564dc069ca8e8e337f4d4a1727fc.tar.bz2
misskey-8d23122fd664564dc069ca8e8e337f4d4a1727fc.zip
fix(frontend): run pnpm build-assets (#14585)
-rw-r--r--locales/index.d.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index bd2421a5ca..339e625684 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -2385,6 +2385,14 @@ export interface Locale extends ILocale {
*/
"scratchpadDescription": string;
/**
+ * UIインスペクター
+ */
+ "uiInspector": string;
+ /**
+ * メモリ上に存在しているUIコンポーネントのインスタンスの一覧を見ることができます。UIコンポーネントはUi:C:系関数により生成されます。
+ */
+ "uiInspectorDescription": string;
+ /**
* 出力
*/
"output": string;