Initial commit: Werewolf game with voice prompts
This commit is contained in:
commit
5cdc9fdf82
63 changed files with 1387 additions and 0 deletions
10
werewoolf/translation.py
Normal file
10
werewoolf/translation.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
FR = {
|
||||
"Seer": "Voyante",
|
||||
"Werewolf": "Loups-Garous",
|
||||
"Witch": "Sorciere",
|
||||
"Cupidon": "Cupidon",
|
||||
"Savior": "Salvateur",
|
||||
"Villager": "Villageois",
|
||||
"Grandchild": "Petite-Fille",
|
||||
"Hunter": "Chasseur"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue