Skip to content

Commit

Permalink
remove unsupported lang
Browse files Browse the repository at this point in the history
  • Loading branch information
ltclm committed Mar 12, 2024
1 parent 68242b7 commit c3d8a13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<%def name="table_body(c, lang)">
<%
lang = lang if lang in ('fr','it','rm','en') else 'de'
lang = lang if lang in ('fr','it','en') else 'de'
typ_text = 'typ_%s' %lang
power_text = 'power_%s' %lang
techno_text = 'techno_%s' %lang
Expand Down

0 comments on commit c3d8a13

Please sign in to comment.