From c238815abc91bfe699355b74ee05dca34a8d9bb2 Mon Sep 17 00:00:00 2001 From: piuvas <piuvas@proton.me> Date: Wed, 9 Oct 2024 22:38:40 -0300 Subject: [PATCH] add strings from disablewarn --- locales/index.d.ts | 4 ++++ sharkey-locales/en-US.yml | 1 + 2 files changed, 5 insertions(+) diff --git a/locales/index.d.ts b/locales/index.d.ts index 6b6879cac5..c31b8e1142 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -10892,6 +10892,10 @@ export interface Locale extends ILocale { * Show Below Avatar */ "showBelowAvatar": string; + /** + * Show warning when opening external URLs + */ + "warnExternalUrl": string; /** * Break following relationships */ diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index 262c758221..82d832e609 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -139,6 +139,7 @@ showBelowAvatar: "Show Below Avatar" seasonalScreenEffect: "Seasonal screen effects" noDescription: "No description" sensitiveMediaRevealConfirm: "This media might be sensitive. Are you sure you want to reveal it?" +warnExternalUrl: "Show warning when opening external URLs" severAllFollowRelations: "Break following relationships" severAllFollowRelationsConfirm: "Really break all follow relationships? This is irreversible! This will break {followingCount} following and {followersCount} follower relations on {instanceName}!" severAllFollowRelationsQueued: "Severing all follow relations with {host} queued." -- GitLab