<% @translations.each do |translation| %> <%= render :partial => "weeler/translations/translation", locals: {translation: translation} %> <% end %>
Locale Key Value Interpolations Created
<%= paginate @translations, params: {controller: "weeler/translations", action: "index", locale: params[:locale], group: params[:group] }, previous_label: "<<", next_label: ">>" %>