Fix tests

This commit is contained in:
luboslenco
2025-09-01 21:42:49 +02:00
parent 3faf6b3d73
commit 993e4a49e6
7 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -66,4 +66,4 @@ function main() {
_iron_set_update_callback(render);
}
function tr(id: string, vars: map_t<string, string> = null): string {}
function tr(id: string, vars: map_t<string, string> = null): string { return id; }