magic_locales 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ccf17ceb5b72c36195a6a7d6e6a53760ac84f90
4
- data.tar.gz: 98988b37b8a27090b997a0a2c9ceef85f9e8ba7a
3
+ metadata.gz: f5429c8f9b2a7639b79866c00e201a2e4198b355
4
+ data.tar.gz: f15f1cb3f856515553f968c860c09e3af623901a
5
5
  SHA512:
6
- metadata.gz: d1bc70fb3f2017adccb338b72555445d65804e47f92c301a1ddd9715e885ace8ca1c91aa7a8ca1d789e93ff8ab815ea6842463dd1715f7fac946279d9986550e
7
- data.tar.gz: 45b3445872bd279e75f3aca73f8e24cdcccd8110f8d35c22c8c3d70e903d4520d33b174e135a96993adfe30bf249c574d243f5de4e29b9dd11b514a56c8cbf85
6
+ metadata.gz: c8b1de91503e62d4564500ee78678e9205f5c61fc4a8a6201cb9a96804356d75959cc8d8bea3d493dc0ef36373c96598ed24f145e88cb947771e68574b73b14a
7
+ data.tar.gz: a9aaaff814e61f626f3b751dbc81898e056821e82dca8d20c2a54660ed3c6fbac364a87ca50b34d1d9302bc40f8359cd73011f3f115aadbf728a9c10005ee96c
@@ -18,7 +18,7 @@ de:
18
18
  state_descriptions:
19
19
  live: "Sprache ist Online, das heißt genrell verfügbar und sichtbar.<br/>Wenn mehr als eine Sprache Online sind, wird der Sprach-Wechsler sichtbar."
20
20
  active: "Sprache ist aktiv, das heißt sie ist nicht sichtbar aber wird im hintergrund schon vom System verwendet.<br/>(Wird zur Vorbereitung verwendet)"
21
- incative: "Sprache ist Inaktiv, also weder sichtbar noch in verwendung."
21
+ inactive: "Sprache ist Inaktiv, also weder sichtbar noch in verwendung."
22
22
  helpers:
23
23
  label:
24
24
  language:
@@ -18,7 +18,7 @@ en:
18
18
  state_descriptions:
19
19
  live: "Language is live, so available.<br/>When more then one language is live, the language-selector gets visble."
20
20
  active: "Language is active, so not available but allready used by the system.<br/>(for preparation)"
21
- incative: "Language is inactive, so not available and not in use."
21
+ inactive: "Language is inactive, so not available and not in use."
22
22
  helpers:
23
23
  label:
24
24
  language:
@@ -37,6 +37,7 @@
37
37
  <thead>
38
38
  <tr>
39
39
 
40
+ <th><i class="icomoon-image"></i></th>
40
41
  <th><%= t("helpers.label.magic_locales_locale.iso_code") %></th>
41
42
  <th><%= t("helpers.label.magic_locales_locale.name") %></th>
42
43
  <th><%= t("helpers.label.magic_locales_locale.locale_state") %></th>
@@ -60,8 +61,11 @@
60
61
  <% trclass = "" %>
61
62
  <% end %>
62
63
  <tr class="<%= trclass %>">
64
+
63
65
  <td>
64
66
  <%= locale_flag( locale.iso_code, "small" ) %>
67
+ </td>
68
+ <td>
65
69
  <%= locale.iso_code %>
66
70
  </td>
67
71
  <td><strong><%= locale.name %></strong></td>
@@ -1,3 +1,3 @@
1
1
  module MagicLocales
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_locales
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel