Fix mispelled Jangqi --> Janggi
authorBenjamin Auder <benjamin.auder@somewhere>
Fri, 1 Jan 2021 02:01:35 +0000 (03:01 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Fri, 1 Jan 2021 02:01:35 +0000 (03:01 +0100)
TODO
client/src/translations/rules/Janggi/en.pug [moved from client/src/translations/rules/Jangqi/en.pug with 100% similarity]
client/src/translations/rules/Janggi/es.pug [moved from client/src/translations/rules/Jangqi/es.pug with 100% similarity]
client/src/translations/rules/Janggi/fr.pug [moved from client/src/translations/rules/Jangqi/fr.pug with 100% similarity]
client/src/variants/Janggi.js [moved from client/src/variants/Jangqi.js with 99% similarity]
server/db/populate.sql

diff --git a/TODO b/TODO
index 3790c55..c3bde3f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -42,7 +42,5 @@ https://www.chessvariants.com/play/connected-chess
 Non-chess:
 fanorona https://fr.wikipedia.org/wiki/Fanorona
 YotĂ© https://fr.wikipedia.org/wiki/Yot%C3%A9 http://www.zillionsofgames.com/cgi-bin/zilligames/submissions.cgi/92187?do=show;id=960
-gess https://en.wikipedia.org/wiki/Gess
-gomoku, reversi
-avalam, qoridor (wider lines in another color, vr.lines [npt static get] for this one ?), draughts, draughts8
+gomoku, avalam, qoridor (wider lines in another color ?), draughts, draughts8
 (puis quand hexaboards peut-ĂȘtre: hexavariants + Hex)
similarity index 99%
rename from client/src/variants/Jangqi.js
rename to client/src/variants/Janggi.js
index 14204d8..98660a4 100644 (file)
@@ -1,6 +1,6 @@
 import { ChessRules, Move, PiPo } from "@/base_rules";
 
-export class JangqiRules extends ChessRules {
+export class JanggiRules extends ChessRules {
 
   static get Monochrome() {
     return true;
index 56a0430..ce6fd39 100644 (file)
@@ -64,7 +64,7 @@ insert or ignore into Variants (name, description) values
   ('Hoppelpoppel', 'Knibis and Bisknis'),
   ('Horde', 'A pawns cloud'),
   ('Interweave', 'Interweaved colorbound teams'),
-  ('Jangqi', 'Korean Chess'),
+  ('Janggi', 'Korean Chess'),
   ('Kinglet', 'Protect your pawns'),
   ('Knightmate', 'Mate the knight'),
   ('Knightpawns', 'Knight versus pawns'),