hyphenate "half-move"

pull/9791/head
Niklas Fiekas 2021-09-12 19:15:07 +02:00
parent a87d477323
commit eba883fb48
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@
<item quantity="one">Mate in %s half-move</item>
<item quantity="other">Mate in %s half-moves</item>
</plurals>
<string name="dtzWithRounding">DTZ50'' with rounding, based on number of half moves until next capture or pawn move</string>
<string name="dtzWithRounding">DTZ50'' with rounding, based on number of half-moves until next capture or pawn move</string>
<string name="noGameFound">No game found</string>
<string name="maybeIncludeMoreGamesFromThePreferencesMenu">Maybe include more games from the preferences menu?</string>
<string name="openingExplorer">Opening explorer</string>

View File

@ -90,7 +90,7 @@ export default function (token: string) {
/**
* Global Variables for DGT Board Connection (JACM)
*/
let localBoard: Chess = startingPosition(); //Board with valid moves played on Lichess and DGT Board. May be half move behind Lichess or half move in advance
let localBoard: Chess = startingPosition(); //Board with valid moves played on Lichess and DGT Board. May be half-move behind Lichess or half-move in advance
let DGTgameId = ''; //Used to track if DGT board was setup already with the lichess currentGameId
let boards = Array<{ serialnr: string; state: string }>(); //An array to store all the board recognized by DGT LiveChess
let liveChessConnection: WebSocket; //Connection Object to LiveChess through websocket