1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

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
locales/index.d.ts vendored
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;