summaryrefslogtreecommitdiff
path: root/locales/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'locales/index.d.ts')
-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 d4ded0bb5b..91bbe4ccb6 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -5471,6 +5471,14 @@ export interface Locale extends ILocale {
* 有効にすると、タイムラインがキャッシュされていない場合にDBへ追加で問い合わせを行うフォールバック処理を行います。無効にすると、フォールバック処理を行わないことでさらにサーバーの負荷を軽減することができますが、タイムラインが取得できる範囲に制限が生じます。
*/
"fanoutTimelineDbFallbackDescription": string;
+ /**
+ * 問い合わせ先URL
+ */
+ "inquiryUrl": string;
+ /**
+ * サーバー運営者へのお問い合わせフォームのURLや、運営者の連絡先等が記載されたWebページのURLを指定します。
+ */
+ "inquiryUrlDescription": string;
};
"_accountMigration": {
/**