add turkish

This commit is contained in:
MathMan05
2024-11-08 15:17:38 -06:00
parent 7771bd385c
commit 26ac410da9
7 changed files with 18 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ class Contextmenu<x, y>{
return{};
}
addsubmenu(
text: string,
text: string|(()=>string),
onclick: (this: x, arg: y, e: MouseEvent) => void,
img = null,
shown: (this: x, arg: y) => boolean = _=>true,