1
0

add translations for notification settings

This commit is contained in:
dakkar
2024-12-17 13:21:22 +00:00
parent 18e6b733ab
commit d31db31c07
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -9637,6 +9637,14 @@ export interface Locale extends ILocale {
* Edits
*/
"edited": string;
/**
* Posting scheduled note failed
*/
"scheduledNoteFailed": string;
/**
* Scheduled note was posted
*/
"scheduledNotePosted": string;
};
"_actions": {
/**