Lostqueen variant now listed
authorBenjamin Auder <benjamin.auder@somewhere>
Sat, 26 Dec 2020 11:29:15 +0000 (12:29 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Sat, 26 Dec 2020 11:29:15 +0000 (12:29 +0100)
client/src/translations/en.js
client/src/translations/es.js
client/src/translations/fr.js
client/src/translations/variants/en.pug
client/src/translations/variants/es.pug
client/src/translations/variants/fr.pug
server/db/populate.sql

index fbcad34..9977812 100644 (file)
@@ -206,6 +206,7 @@ export const translations = {
   "Four new pieces": "Four new pieces",
   "In the shadow": "In the shadow",
   "Interweaved colorbound teams": "Interweaved colorbound teams",
+  "Get rid of the queen": "Get rid of the queen",
   "Get strong at self-mate": "Get strong at self-mate",
   "Give three checks": "Give three checks",
   "Harassed kings": "Harassed kings",
index 22b20a9..599a270 100644 (file)
@@ -206,6 +206,7 @@ export const translations = {
   "Four new pieces": "Quatro nuevas piezas",
   "In the shadow": "En la sombra",
   "Interweaved colorbound teams": "Equipos unicolores entrelazados",
+  "Get rid of the queen": "Deshacerse de la dama",
   "Get strong at self-mate": "Progreso en mates asistidos",
   "Give three checks": "Dar tres jaques",
   "Harassed kings": "Reyes acosados",
index e3e5379..eb6f9c7 100644 (file)
@@ -206,6 +206,7 @@ export const translations = {
   "Four new pieces": "Quatre nouvelles pièces",
   "In the shadow": "Dans l'ombre",
   "Interweaved colorbound teams": "Équipes unicolores entremêlées",
+  "Get rid of the queen": "Débarrassez-vous de la dame",
   "Get strong at self-mate": "Progressez en mats aidés",
   "Give three checks": "Donnez trois échecs",
   "Harassed kings": "Rois harcelés",
index 156b4b5..9ee45a8 100644 (file)
@@ -396,6 +396,7 @@ p.
     "Freecapture",
     "Gridolina",
     "Hamilton",
+    "Lostqueen",
     "Magnetic",
     "Parachute",
     "Takenmake",
index 890c081..d43de3b 100644 (file)
@@ -408,6 +408,7 @@ p.
     "Gridolina",
     "Hamilton",
     "Magnetic",
+    "Lostqueen",
     "Parachute",
     "Takenmake",
     "Titan",
index 59ba797..b739f60 100644 (file)
@@ -406,6 +406,7 @@ p.
     "Freecapture",
     "Gridolina",
     "Hamilton",
+    "Lostqueen",
     "Magnetic",
     "Parachute",
     "Takenmake",
index 47a6f3c..208ffba 100644 (file)
@@ -71,6 +71,7 @@ insert or ignore into Variants (name, description) values
   ('Koopa', 'Stun & kick pieces'),
   ('Koth', 'King of the Hill'),
   ('Losers', 'Get strong at self-mate'),
+  ('Lostqueen', 'Get rid of the queen'),
   ('Madhouse', 'Rearrange enemy pieces'),
   ('Madrasi', 'Paralyzed pieces'),
   ('Magnetic', 'Laws of attraction'),