mirror of
https://github.com/aquatix/alfagok.git
synced 2025-12-06 23:25:09 +01:00
Translation
This commit is contained in:
@@ -58,6 +58,7 @@ def get_game_id():
|
|||||||
|
|
||||||
def is_valid_dictionary_word(word: str) -> bool:
|
def is_valid_dictionary_word(word: str) -> bool:
|
||||||
"""Verify if `word` is in the dictionary provided."""
|
"""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
|
return f'{word}\n' in dictionary
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
<div x-cloak x-if="guessesBefore.length || guessesAfter.length"><br></div>
|
<div x-cloak x-if="guessesBefore.length || guessesAfter.length"><br></div>
|
||||||
|
|
||||||
<div x-cloak class="instructions" x-else>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user