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

View File

@@ -0,0 +1,8 @@
import { Server_File } from './class-server-file';
export class FileList {
list: Server_File[] = [];
}