From 5188453c1988164a57a84126f6ff22873c3813c1 Mon Sep 17 00:00:00 2001 From: bunnybeam Date: Mon, 29 Sep 2025 14:46:57 +0100 Subject: [PATCH] fix missing locale entry for import completed notification --- locales/index.d.ts | 20 ++++++++++++++++++++ sharkey-locales/en-US.yml | 1 + 2 files changed, 21 insertions(+) diff --git a/locales/index.d.ts b/locales/index.d.ts index 344c4c51e6..31790eb741 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -6005,6 +6005,22 @@ export interface Locale extends ILocale { * New */ "new": string; + /** + * Restrict to roles + */ + "onlyForRoles": string; + /** + * Change role restrictions + */ + "onlyForRolesChange": string; + /** + * Shown to everyone + */ + "onlyForRolesUnrestricted": string; + /** + * Shown to members of {roles} roles + */ + "onlyForRolesRestricted": ParameterizedString<"roles">; /** * Throw confetti */ @@ -10367,6 +10383,10 @@ export interface Locale extends ILocale { * Scheduled note was posted */ "scheduledNotePosted": string; + /** + * The import has been completed + */ + "importCompleted": string; }; "_actions": { /** diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index 37b87637bf..0d5ee6f88e 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -325,6 +325,7 @@ _notification: edited: "Edits" scheduledNoteFailed: "Posting scheduled note failed" scheduledNotePosted: "Scheduled note was posted" + importCompleted: "The import has been completed" _actions: renote: "Boost" _webhookSettings: