From 3a59d7b34d078bc6d2a9a1b641b78e6fb90d6a81 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Wed, 30 Oct 2024 22:41:38 +0100 Subject: [PATCH] Revert "temporarily restore renamed translation keys" This reverts commit 1090991d83c4bddfc78717b9e42e8335f220a93c. --- modules/coreI18n/src/main/key.scala | 2 -- translation/source/puzzleTheme.xml | 2 -- ui/@types/lichess/i18n.d.ts | 4 ---- 3 files changed, 8 deletions(-) diff --git a/modules/coreI18n/src/main/key.scala b/modules/coreI18n/src/main/key.scala index c9ee61c3065e..44349d89f9f3 100644 --- a/modules/coreI18n/src/main/key.scala +++ b/modules/coreI18n/src/main/key.scala @@ -1322,8 +1322,6 @@ object I18nKey: val `xRayAttackDescription`: I18nKey = "puzzleTheme:xRayAttackDescription" val `zugzwang`: I18nKey = "puzzleTheme:zugzwang" val `zugzwangDescription`: I18nKey = "puzzleTheme:zugzwangDescription" - val `healthyMix`: I18nKey = "puzzleTheme:healthyMix" - val `healthyMixDescription`: I18nKey = "puzzleTheme:healthyMixDescription" val `mix`: I18nKey = "puzzleTheme:mix" val `mixDescription`: I18nKey = "puzzleTheme:mixDescription" val `playerGames`: I18nKey = "puzzleTheme:playerGames" diff --git a/translation/source/puzzleTheme.xml b/translation/source/puzzleTheme.xml index 7f9a97087474..3ae2dd556eb5 100644 --- a/translation/source/puzzleTheme.xml +++ b/translation/source/puzzleTheme.xml @@ -119,8 +119,6 @@ A piece attacks or defends a square, through an enemy piece. Zugzwang The opponent is limited in the moves they can make, and all moves worsen their position. - Healthy mix - A bit of everything. You don't know what to expect, so you remain ready for anything! Just like in real games. Healthy mix A bit of everything. You don't know what to expect, so you remain ready for anything! Just like in real games. Player games diff --git a/ui/@types/lichess/i18n.d.ts b/ui/@types/lichess/i18n.d.ts index cbb7f5177504..d2aa99d7b45b 100644 --- a/ui/@types/lichess/i18n.d.ts +++ b/ui/@types/lichess/i18n.d.ts @@ -2431,10 +2431,6 @@ interface I18n { hangingPiece: string; /** A tactic involving an opponent piece being undefended or insufficiently defended and free to capture. */ hangingPieceDescription: string; - /** Healthy mix */ - healthyMix: string; - /** A bit of everything. You don't know what to expect, so you remain ready for anything! Just like in real games. */ - healthyMixDescription: string; /** Hook mate */ hookMate: string; /** Checkmate with a rook, knight, and pawn along with one enemy pawn to limit the enemy king's escape. */