Skip to content

Commit

Permalink
Missing okrdisplay
Browse files Browse the repository at this point in the history
  • Loading branch information
tosca07 authored Aug 2, 2024
1 parent 21f2a22 commit 44775a0
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions dgt/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2832,16 +2832,10 @@ def text(self, str_code: str, msg="", devs=None):
ittxt = entxt
if text_id == "engine_menu_favorites":
entxt = Dgt.DISPLAY_TEXT(
web_text="Favorites",
large_text="Favorites",
medium_text="Favorite",
small_text="favor.",
web_text='Special & Historical Engines', large_text='Special Eng', medium_text='Special', small_text='specl'
)
detxt = Dgt.DISPLAY_TEXT(
web_text="Favoriten",
large_text="Favoriten",
medium_text="Favorite",
small_text="Favor.",
web_text='Spezial & historische Engines', large_text='Spezial Eng', medium_text='Special', small_text='Spezl.'
)
nltxt = Dgt.DISPLAY_TEXT(
web_text="Favorieten",
Expand Down Expand Up @@ -3075,6 +3069,18 @@ def text(self, str_code: str, msg="", devs=None):
frtxt = entxt
estxt = entxt
ittxt = entxt
if text_id == "okrdisplay":
entxt = Dgt.DISPLAY_TEXT(
web_text="ok Retro-Display",
large_text="ok R-Displ",
medium_text="ok displ",
small_text="ok",
)
detxt = entxt
nltxt = entxt
frtxt = entxt
estxt = entxt
ittxt = entxt
if text_id == "okrspeed":
entxt = Dgt.DISPLAY_TEXT(
web_text="ok Retro-Speed",
Expand Down

0 comments on commit 44775a0

Please sign in to comment.