Skip to content

Instantly share code, notes, and snippets.

Created July 18, 2016 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c26aab7e6a427ae751e5be88a759e4da to your computer and use it in GitHub Desktop.
Save anonymous/c26aab7e6a427ae751e5be88a759e4da to your computer and use it in GitHub Desktop.
middleman i18n menu
<ul>
<% data.send(I18n.locale).menu.each do |item| %>
<li><%= t(:paths, locale: lang)[item.first.to_sym] %></li>
<% end %>
</ul>
---
en:
paths:
about: "about"
service: "service"
projects: "projects"
contact: "contact"
front: Home
about: About us
service: Service
projects: Projects
contact: Contact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment