New IDs, finish Submit Translation page and begin BIG TS.

This commit is contained in:
2026-01-13 19:15:47 +01:00
parent baaef17a1b
commit 86b70562bc
16 changed files with 323 additions and 65 deletions

5
ts/globals.d.ts vendored
View File

@@ -1,3 +1,6 @@
/// <reference types="jquery" />
declare const $: any;
declare const jQuery: any;
declare const jQuery: any;
/// <reference types="romhackplaza" />
declare function romhackplaza_manage_modal( a: object, b: string|undefined, c: string|undefined, d: string|undefined, e: string|undefined ): void;