added Morpion in dictionary

This commit is contained in:
Namonay
2024-02-24 19:30:47 +01:00
parent 70292ad70b
commit 856415df4b
3 changed files with 131 additions and 16 deletions

View File

@ -38,5 +38,5 @@
"profileBlock": "Block",
"gameGoalTaken": "Goal Taken",
"gamePlayersListName": "Players",
"ticTacToe": "Morpion"
"ticTacToe": "TicTacToe"
}

View File

@ -37,5 +37,6 @@
"profileUnblock": "Débloquer",
"profileBlock": "Bloquer",
"gameGoalTaken": "But pris",
"gamePlayersListName": "Joueurs"
"gamePlayersListName": "Joueurs",
"ticTacToe" : "Morpion"
}