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:
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user