Move the graph visualization behind a button

This commit is contained in:
2024-03-21 21:14:20 +01:00
parent 57256c76ab
commit 8ce8f2ca49
5 changed files with 39 additions and 6 deletions

View File

@@ -29,6 +29,7 @@ const fr = {
'Create a new automaton from scratch.': 'Créer un nouvel automate à partir de zéro.',
'Start': 'Début',
'Accepting': 'Acceptant',
'Display representation': 'Afficher la représentation',
};
type TranslationKey = keyof typeof fr;