Skip to content

Commit

Permalink
feat(ui): enable fr and es languages on website
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Apr 11, 2024
1 parent 9521310 commit ed21e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sketch_map_tool/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<ul role="listbox">
<li><a id="lang_de">DE</a></li>
<li><a id="lang_en">EN</a></li>
<!-- <li><a id="lang_es">ES</a></li> -->
<!-- <li><a id="lang_fr">FR</a></li> -->
<li><a id="lang_es">ES</a></li>
<li><a id="lang_fr">FR</a></li>
</ul>
</details>
</li>
Expand Down

0 comments on commit ed21e6d

Please sign in to comment.