merge: Fix missing locale entry for import completed notification (resolves #1200) (!1234)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1234

Closes #1200

Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: dakkar <dakkar@thenautilus.net>
This commit is contained in:
Hazelnoot 2025-09-29 10:00:11 -04:00
commit 7715f36a99
2 changed files with 5 additions and 0 deletions

4
locales/index.d.ts vendored
View file

@ -10399,6 +10399,10 @@ export interface Locale extends ILocale {
* Scheduled note was posted
*/
"scheduledNotePosted": string;
/**
* The import has been completed
*/
"importCompleted": string;
};
"_actions": {
/**