From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 6 Apr 2020 22:22:55 +0000 (+0200)
Subject: Add translations for Ambiguous chess
X-Git-Url: https://git.auder.net/variants/img/pieces/css/doc/html/%24%7BgetWhatsApp%28link%29%7D?a=commitdiff_plain;h=5b958911a93d212aa6ca300a948ac48510cbb227;p=vchess.git

Add translations for Ambiguous chess
---

diff --git a/client/src/translations/en.js b/client/src/translations/en.js
index 0aa822f1..b1e67f95 100644
--- a/client/src/translations/en.js
+++ b/client/src/translations/en.js
@@ -205,6 +205,7 @@ export const translations = {
   "Occupy the enemy palace": "Occupy the enemy palace",
   "Pawns move diagonally": "Pawns move diagonally",
   "Play at the same time": "Play at the same time",
+  "Play opponent's pieces": "Play opponent's pieces",
   "Powerful pieces": "Powerful pieces",
   "Prolongated captures": "Prolongated captures",
   "Push and pull": "Push and pull",
diff --git a/client/src/translations/es.js b/client/src/translations/es.js
index 4c2bb994..121f5886 100644
--- a/client/src/translations/es.js
+++ b/client/src/translations/es.js
@@ -205,6 +205,7 @@ export const translations = {
   "Occupy the enemy palace": "Ocupar el palacio enemigo",
   "Pawns move diagonally": "Peones se mueven en diagonal",
   "Play at the same time": "Jugar al mismo tiempo",
+  "Play opponent's pieces": "Jugar piezas opuestas",
   "Powerful pieces": "Piezas poderosas",
   "Prolongated captures": "Capturas extendidas",
   "Push and pull": "Empujar y tirar",
diff --git a/client/src/translations/fr.js b/client/src/translations/fr.js
index 663d4b8a..6a659c72 100644
--- a/client/src/translations/fr.js
+++ b/client/src/translations/fr.js
@@ -205,6 +205,7 @@ export const translations = {
   "Occupy the enemy palace": "Occuper le palais ennemi",
   "Pawns move diagonally": "Les pions vont en diagonale",
   "Play at the same time": "Jouer en même temps",
+  "Play opponent's pieces": "Jouez les pièces adverses",
   "Powerful pieces": "Pièces puissantes",
   "Prolongated captures": "Captures prolongées",
   "Push and pull": "Pousser et tirer",
diff --git a/server/db/populate.sql b/server/db/populate.sql
index 46e8eb75..8ff3fde1 100644
--- a/server/db/populate.sql
+++ b/server/db/populate.sql
@@ -11,6 +11,7 @@ insert or ignore into Variants (name, description) values
   ('Alice', 'Both sides of the mirror'),
   ('Allmate1', 'Mate any piece (v1)'),
   ('Allmate2', 'Mate any piece (v2)'),
+  ('Ambiguous', 'Play opponent''s pieces'),
   ('Antiking1', 'Keep antiking in check (v1)'),
   ('Antiking2', 'Keep antiking in check (v2)'),
   ('Antimatter', 'Dangerous collisions'),