Translation

This commit is contained in:
2024-11-04 17:09:12 +01:00
parent b2bf55935a
commit a178cbd8b7
2 changed files with 2 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ def get_game_id():
def is_valid_dictionary_word(word: str) -> bool:
"""Verify if `word` is in the dictionary provided."""
# Either we: [ ] strip all the endlines during file load, or [x] use the endline to search here
return f'{word}\n' in dictionary

View File

@@ -38,7 +38,7 @@
<div x-cloak x-if="guessesBefore.length || guessesAfter.length"><br></div>
<div x-cloak class="instructions" x-else>
<p>Guess the word of the day. Each guess reveals where the word sits alphabetically.</p>
<p>Raad het woord van de dag. Elke gok geeft een hint over waar het woord zich in het alfabet bevindt.</p>
</div>