Skip to content

Commit

Permalink
fix: improve translations (#46)
Browse files Browse the repository at this point in the history
improve translations
  • Loading branch information
jkerola authored Feb 21, 2024
1 parent 2d42a93 commit 8d7c5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jmenu/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ def get_explanation(self, lang_code: str = "en"):
"[S], *",
{
"fi": "Kelan korkeakouluruokailunsuosituksen mukainen",
"en": "Matches the meal recommendation provided by KELA",
"en": "Matches recommendation standards provided by KELA",
},
),
Marker("SIN", {"fi": "Sisältää sinappia", "en": "Contains mustard"}),
Marker("<3", {"fi": "Sydänmerkki", "en": "Better choice mark"}),
Marker("<3", {"fi": "Sydänmerkki", "en": "Better choice indicator"}),
Marker("VEG", {"fi": "Vegaani", "en": "Vegan"}),
]

0 comments on commit 8d7c5eb

Please sign in to comment.