New IDs, finish Submit Translation page and begin BIG TS.
This commit is contained in:
19
ts/submissions/globals.ts
Normal file
19
ts/submissions/globals.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
export declare const _romhackplaza_script_uploader: any;
|
||||
export declare const romhackplaza_modal_submissions: any;
|
||||
declare const wp: any;
|
||||
export const { __, _x, _n, _nx } = wp.i18n;
|
||||
|
||||
|
||||
export const FORBIDDEN_CARS: Array<string> = [
|
||||
"&", "+"
|
||||
];
|
||||
|
||||
export let during_upload = false;
|
||||
export const I: any = {
|
||||
upload: undefined,
|
||||
drop_container: undefined,
|
||||
}
|
||||
|
||||
export interface Can_Upload_Detail {
|
||||
file: File;
|
||||
}
|
||||
Reference in New Issue
Block a user