Translations

This commit is contained in:
Renan LE CARO 2025-03-31 20:08:17 +02:00
parent d52472a34d
commit af65f22c70
14 changed files with 515 additions and 315 deletions

View file

@ -63,6 +63,7 @@ import {
import { isOptionOn, options, toggleOption } from "./options";
import { hashCode } from "./getLevelBackground";
import { hoursSpentPlaying } from "./pure_functions";
import {helpMenuEntry} from "./help";
export function play() {
if (applyFullScreenChoice()) return;
@ -555,6 +556,7 @@ export async function openMainMenu() {
openSettingsMenu();
},
},
helpMenuEntry()
];
const cb = await asyncAlert<() => void>({