Skip to content

Commit

Permalink
fix: handle Lower One Eighth Block (#60)
Browse files Browse the repository at this point in the history
Co-authored-by: patrick borowy <patrick.borowy@protonmail.com>
  • Loading branch information
6r17 and patrick borowy authored May 23, 2024
1 parent f1e3845 commit f81ecd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exorde/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def translate(
translated = translation(
language["lang"], "en", installed_languages
).translate(text)
translated.replace("▁", " ")
else:
translated = item.content
return Translation(
Expand Down

0 comments on commit f81ecd5

Please sign in to comment.