Skip to content

Commit

Permalink
add link to wiki to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
bromagosa committed Mar 12, 2024
1 parent b8d80f7 commit 4a407de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions locales/ca.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ local locale = {
materials = "Materials",
bjc = "The Beauty and Joy of Computing",
research = "Recerca",
wiki = "Wiki de la comunitat",
offline = "Versió sense connexió",
extensions = "Extensions",
old_snap = "(Snap@1 antic)",
Expand Down
1 change: 1 addition & 0 deletions locales/en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ local locale = {
materials = "Materials",
bjc = "The Beauty and Joy of Computing",
research = "Research",
wiki = "Community Wiki",
offline = "Offline Version",
extensions = "Extensions",
old_snap = "(old Snap@1)",
Expand Down
2 changes: 2 additions & 0 deletions views/footer.etlua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<p><a href="materials"><%- locale.get('materials') %></a></p>
<p><a href="bjc"><%- locale.get('bjc') %></a></p>
<p><a href="research"><%- locale.get('research') %></a></p>
<p><a href="https://snapwiki.miraheze.org"
><%- locale.get('wiki') %></a></p>
</div>
<div class="pure-u-1-5">
<p><h4><%- locale.get('t_tools') %></h4></p>
Expand Down

0 comments on commit 4a407de

Please sign in to comment.