1
0

Add locales and new navbar entry

This commit is contained in:
Marie
2024-12-12 21:45:54 +01:00
parent d18317a7c8
commit dddfdf8a13
5 changed files with 26 additions and 4 deletions
+8
View File
@@ -11464,6 +11464,14 @@ export interface Locale extends ILocale {
* List of scheduled notes
*/
"schedulePostList": string;
/**
* Post on
*/
"postOn": string;
/**
* Scheduled Notes
*/
"scheduledNotes": string;
}
declare const locales: {
[lang: string]: Locale;