Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated three files #11178

Merged
merged 1 commit into from
Jun 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
<% end %>

<div class="dropdown-divider"></div>
<h6 class="dropdown-header">Kits</h6>
<h6 class="dropdown-header"><%= translation('layout._header.tools.kits') %></h6>
<%= create_nav_dropdown_item("/kits","layout._header.tools.kits_initiative") %>
<%= create_nav_dropdown_item("//store.publiclab.org","layout._header.tools.store") %>
<h6 class="dropdown-header">Software</h6>
<h6 class="dropdown-header"><%= translation('layout._header.tools.software') %></h6>
<%= create_nav_dropdown_item("//mapknitter.org","layout._header.tools.map_knitter") %>
<%= create_nav_dropdown_item("//infragram.org","layout._header.tools.infragram") %>
<%= create_nav_dropdown_item("//spectralworkbench.org","layout._header.tools.spectral_workbench") %>
Expand All @@ -88,8 +88,8 @@
<div class="dropdown-menu">
<%= create_nav_dropdown_item("/about","layout._header.about.about_public_lab") %>
<%= create_nav_dropdown_item("/blog","layout._header.about.blog") %>
<%= create_nav_dropdown_item("/newsletter","Newsletter") %>
<%= create_nav_dropdown_item("/public-lab-careers","Careers") %>
<%= create_nav_dropdown_item("/newsletter","layout._header.about.newsletter") %>
<%= create_nav_dropdown_item("/public-lab-careers","layout._header.about.careers") %>
<%= create_nav_dropdown_item("/wiki/contact","layout._header.about.contact") %>
</div>
</li>
Expand Down
4 changes: 4 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,8 @@ en:
map_knitter: "Map Knitter"
spectral_workbench: "Spectral Workbench"
code_community: "Code Community"
kits: "Kits"
software: "Software"
about:
about_title: "About Us"
stories: "Stories"
Expand All @@ -744,6 +746,8 @@ en:
fund: "How we're funded"
press_and_media: "Press and Media"
contact: "Contact"
newsletter: "Newsletter"
careers: "Careers"
get_involved:
get_involved_title: "Get Involved"
getting_started: "Getting started"
Expand Down
12 changes: 12 additions & 0 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,16 @@ fr:
fellows: "Suit"
lending_library: "Librairie de prêts"
search: "Rechercher dans Public Lab"
tools:
tools_title: "Outils"
methods: "Méthodes"
kits_initiative: "Initiative des trousses"
store: "Magasin"
map_knitter: "Map Knitter"
spectral_workbench: "Spectral Workbench"
code_community: "Communauté de codes"
kits: "Trousses"
software: "Logiciel"
about:
about_title: "À propos de nous"
stories: "Récits"
Expand All @@ -518,6 +528,8 @@ fr:
fund: "Comment nous sommes financés"
press_and_media: "Presse et Média"
contact: "Contact"
newsletter: "Bulletin"
careers: "Carrières"
get_involved:
get_involved_title: "Participez"
getting_started: "Pour Commencer"
Expand Down