mirror of
https://github.com/aquatix/alfagok.git
synced 2025-12-06 21:05:10 +01:00
Translation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user