From 23dbe4b8d02dbaacc54c9b1057be91b290dfb8e7 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Tue, 24 Mar 2020 01:39:43 +0100 Subject: [PATCH] Forgot to update database --- client/src/translations/en.js | 1 + client/src/translations/es.js | 1 + client/src/translations/fr.js | 1 + server/db/populate.sql | 1 + 4 files changed, 4 insertions(+) diff --git a/client/src/translations/en.js b/client/src/translations/en.js index f5139ce9..815edf6a 100644 --- a/client/src/translations/en.js +++ b/client/src/translations/en.js @@ -187,6 +187,7 @@ export const translations = { "Move twice": "Move twice", "Neverending rows": "Neverending rows", "Pawns move diagonally": "Pawns move diagonally", + "Play at the same time": "Play at the same time", "Powerful pieces": "Powerful pieces", "Queen disguised as a pawn": "Queen disguised as a pawn", "Reuse pieces": "Reuse pieces", diff --git a/client/src/translations/es.js b/client/src/translations/es.js index 57e85b70..f008e530 100644 --- a/client/src/translations/es.js +++ b/client/src/translations/es.js @@ -187,6 +187,7 @@ export const translations = { "Move twice": "Mover dos veces", "Neverending rows": "Filas interminables", "Pawns move diagonally": "Peones se mueven en diagonal", + "Play at the same time": "Jugar al mismo tiempo", "Powerful pieces": "Piezas poderosas", "Queen disguised as a pawn": "Reina disfrazada de peón", "Reuse pieces": "Reutilizar piezas", diff --git a/client/src/translations/fr.js b/client/src/translations/fr.js index dc3329db..1d4dbd53 100644 --- a/client/src/translations/fr.js +++ b/client/src/translations/fr.js @@ -187,6 +187,7 @@ export const translations = { "Move twice": "Jouer deux coups", "Neverending rows": "Rangées sans fin", "Pawns move diagonally": "Les pions vont en diagonale", + "Play at the same time": "Jouer en même temps", "Powerful pieces": "Pièces puissantes", "Queen disguised as a pawn": "Reine déguisée en pion", "Reuse pieces": "Réutiliser les pièces", diff --git a/server/db/populate.sql b/server/db/populate.sql index 215a9b72..72ded709 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -45,6 +45,7 @@ insert or ignore into Variants (name,description) values ('Shatranj', 'Ancient rules'), ('Suicide', 'Lose all pieces'), ('Suction', 'Attract opposite king'), + ('Synchrone', 'Play at the same time'), ('Threechecks', 'Give three checks'), ('Twokings', 'Two kings'), ('Upsidedown', 'Board upside down'), -- 2.44.0