diff --git a/frontend/static/js/lang/cr.json b/frontend/static/js/lang/cr.json index d0108d0..558e5d1 100644 --- a/frontend/static/js/lang/cr.json +++ b/frontend/static/js/lang/cr.json @@ -38,9 +38,5 @@ "profileBlock": "Quoicoubloquer", "gameGoalTaken": "Tu es quoicoucringe", "gamePlayersListName": "Crampteurs", - "ticTacToe": "Quoicoumorpion", - "ruleTitle" : "Règles cramptés", - "ruleBase" : "cramptun. Vous devez quouicougagner sur une des 9 quoicougrilles pour gagner la croustipartie", - "ruleMovement" : "quoicoudeux. Vous quoicommencez sur le morpion quoicoucentral, et jouez sur le quoicoumorpion correspondant a votre croustichoix a votre prochain cramptour", - "ruleDraw" : "cramptrois. Si votre quoicouchoix rempli entièrement un quoicoumorpion et provoque une cramptégalité, vous perdez" + "ticTacToe": "Quoicoumorpion" } diff --git a/frontend/static/js/lang/en.json b/frontend/static/js/lang/en.json index 7d47ddf..11617b1 100644 --- a/frontend/static/js/lang/en.json +++ b/frontend/static/js/lang/en.json @@ -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" } diff --git a/frontend/static/js/lang/fr.json b/frontend/static/js/lang/fr.json index b867d41..04cedcd 100644 --- a/frontend/static/js/lang/fr.json +++ b/frontend/static/js/lang/fr.json @@ -38,9 +38,5 @@ "profileBlock": "Bloquer", "gameGoalTaken": "But pris", "gamePlayersListName": "Joueurs", - "ticTacToe" : "Morpion", - "ruleTitle" : "Règles", - "ruleBase" : "1. Vous devez gagner sur une des 9 grilles pour gagner la partie", - "ruleMovement" : "2. Vous commencez sur le morpion central, et jouez sur le morpion correspondant a votre choix a votre prochain tour", - "ruleDraw" : "3. Si votre choix rempli entièrement un morpion et provoque une égalité, vous perdez" + "ticTacToe" : "Morpion" } diff --git a/frontend/static/js/lang/tp.json b/frontend/static/js/lang/tp.json index 43f96c2..5254e1f 100644 --- a/frontend/static/js/lang/tp.json +++ b/frontend/static/js/lang/tp.json @@ -36,10 +36,6 @@ "profileAcceptRequest": "kama jo e ijo ni", "profileUnblock": "Tawa ala e nimi pi jan ni", "profileBlock": "Tawa e nimi pi jan ni", - "ticTacToe": "TicTacToe", - "ruleTitle" : "Rules", - "ruleBase" : "1. Win on wan pi the 9 tictactoe tawa win the game", - "ruleMovement" : "2. Sina open on the central tictactoe, en play on the wan corresponding tawa your choice on the next turn", - "ruleDraw" : "3. If your play cause a tictactoe tawa be full en a draw, sina lose the game" + "ticTacToe": "TicTacToe" } diff --git a/frontend/static/js/views/TicTacToeView.js b/frontend/static/js/views/TicTacToeView.js index 1c28f7b..e79447c 100644 --- a/frontend/static/js/views/TicTacToeView.js +++ b/frontend/static/js/views/TicTacToeView.js @@ -240,12 +240,7 @@ export default class extends AbstractView

${lang.get('ticTacToe')}

-
-

${lang.get('ruleTitle')}

-
${lang.get('ruleBase')}

-
${lang.get('ruleMovement')}

-
${lang.get('ruleDraw')}
-
+

J'arrive a ecrire du html a droite 🤓🤓🤓🤓

`; }