mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
add new note search file types (module, flash) and optimize file type query
This commit is contained in:
36
locales/index.d.ts
vendored
36
locales/index.d.ts
vendored
@@ -11706,6 +11706,42 @@ export interface Locale extends ILocale {
|
||||
*/
|
||||
"title": string;
|
||||
};
|
||||
"_noteSearch": {
|
||||
/**
|
||||
* Sort by newest to oldest
|
||||
*/
|
||||
"newestToOldest": string;
|
||||
/**
|
||||
* File Type
|
||||
*/
|
||||
"fileType": string;
|
||||
"_fileType": {
|
||||
/**
|
||||
* None
|
||||
*/
|
||||
"none": string;
|
||||
/**
|
||||
* Images
|
||||
*/
|
||||
"image": string;
|
||||
/**
|
||||
* Videos
|
||||
*/
|
||||
"video": string;
|
||||
/**
|
||||
* Audio
|
||||
*/
|
||||
"audio": string;
|
||||
/**
|
||||
* Module
|
||||
*/
|
||||
"module": string;
|
||||
/**
|
||||
* Flash
|
||||
*/
|
||||
"flash": string;
|
||||
};
|
||||
};
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
||||
Reference in New Issue
Block a user