Skip to content

Commit

Permalink
temporarily restore renamed translation keys
Browse files Browse the repository at this point in the history
so that crowdin treats it as a rename and not a deletion. maybe.
revert this in 2 weeks
  • Loading branch information
ornicar committed Oct 30, 2024
1 parent 2424cb5 commit 1090991
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/coreI18n/src/main/key.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1322,6 +1322,8 @@ 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"
Expand Down
2 changes: 2 additions & 0 deletions translation/source/puzzleTheme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
<string name="xRayAttackDescription">A piece attacks or defends a square, through an enemy piece.</string>
<string name="zugzwang">Zugzwang</string>
<string name="zugzwangDescription">The opponent is limited in the moves they can make, and all moves worsen their position.</string>
<string name="healthyMix">Healthy mix</string>
<string name="healthyMixDescription">A bit of everything. You don't know what to expect, so you remain ready for anything! Just like in real games.</string>
<string name="mix">Healthy mix</string>
<string name="mixDescription">A bit of everything. You don't know what to expect, so you remain ready for anything! Just like in real games.</string>
<string name="playerGames">Player games</string>
Expand Down
4 changes: 4 additions & 0 deletions ui/@types/lichess/i18n.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2431,6 +2431,10 @@ 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. */
Expand Down

0 comments on commit 1090991

Please sign in to comment.