Revert "Added tictactoe rules and their translations in current languages"

This reverts commit 20dfb21161.
This commit is contained in:
Namonay
2024-02-27 18:14:33 +01:00
committed by AdrienLSH
parent 6edca15931
commit a466917e8d
5 changed files with 5 additions and 26 deletions

View File

@ -38,9 +38,5 @@
"profileBlock": "Block",
"gameGoalTaken": "Goal Taken",
"gamePlayersListName": "Players",
"ticTacToe": "TicTacToe",
"ruleTitle" : "Rules",
"ruleBase" : "1. Win on one of the 9 tictactoe to win the game",
"ruleMovement" : "2. You start on the central tictactoe, and play on the one corresponding to your choice on the next turn",
"ruleDraw" : "3. If your play cause a tictactoe to be full and a draw, you lose the game"
"ticTacToe": "TicTacToe"
}