Initial commit: Werewolf game with voice prompts

This commit is contained in:
Terrible Entry 2026-06-16 13:15:22 +02:00
commit 5cdc9fdf82
63 changed files with 1387 additions and 0 deletions

10
werewoolf/translation.py Normal file
View file

@ -0,0 +1,10 @@
FR = {
"Seer": "Voyante",
"Werewolf": "Loups-Garous",
"Witch": "Sorciere",
"Cupidon": "Cupidon",
"Savior": "Salvateur",
"Villager": "Villageois",
"Grandchild": "Petite-Fille",
"Hunter": "Chasseur"
}