Sha256: ccd4864f37f08ebb067e43e3c6e4dc2169ad40e61a0c309d4f0fe5238e0ef8dd

Contents?: true

Size: 825 Bytes

Versions: 23

Compression:

Stored size: 825 Bytes

Contents

<h2>Locales <span>Primary locale is <%= Tolk::Locale.primary_locale.language_name %></span></h2>
<% if @locales.any? %>
  <ul class="locales clearfix">
    <% @locales.each do |locale| %>
      <li>
        <%= link_to locale.language_name, locale %>
        <% missing_count = locale.count_phrases_without_translation %>
        <% if missing_count > 0 %>
          <span class="missing_translations"><%= missing_count %></span>
        <% end %>
      </li>
    <% end %>
  </ul>
  
<% else %>
  <p>No locales yet.</p>

<% end %>
<%= form_for(Tolk::Locale.new) do |f| %>
<div class="submit">
  <p>
    <%= f.label "Add a new Locale" %>
    <select id="select_tolk_locale_name" name="tolk_locale[name]">
      <%= options_for_select tolk_locale_selection %>
    </select>
    <%= f.submit 'Add' %>
  </p>
</div>
<% end %>


Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
tolk-3.0.2 app/views/tolk/locales/index.html.erb
tolk-3.0.1 app/views/tolk/locales/index.html.erb
tolk-3.0.0 app/views/tolk/locales/index.html.erb
tolk-2.0.0 app/views/tolk/locales/index.html.erb
tolk-1.9.3 app/views/tolk/locales/index.html.erb
tolk-1.8.1 app/views/tolk/locales/index.html.erb
tolk-1.9.2 app/views/tolk/locales/index.html.erb
tolk-1.9.1 app/views/tolk/locales/index.html.erb
tolk-1.9.0 app/views/tolk/locales/index.html.erb
tolk-1.8.0 app/views/tolk/locales/index.html.erb
tolk-1.7.0 app/views/tolk/locales/index.html.erb
tolk-1.3.13 app/views/tolk/locales/index.html.erb
tolk-1.6.0 app/views/tolk/locales/index.html.erb
tolk-1.5.2 app/views/tolk/locales/index.html.erb
tolk-1.6.0.alpha1 app/views/tolk/locales/index.html.erb
tolk-1.5.1 app/views/tolk/locales/index.html.erb
tolk-1.5.0 app/views/tolk/locales/index.html.erb
tolk-1.4.00 app/views/tolk/locales/index.html.erb
tolk-1.3.12 app/views/tolk/locales/index.html.erb
tolk-1.3.11 app/views/tolk/locales/index.html.erb