magic_locales 0.0.9 → 0.0.10

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: 9b881d8e63648fba085a5decc71227eeeec7ab0d
4
- data.tar.gz: 42244860a084852ca7e97f01df142433594efff9
3
+ metadata.gz: 2ccf17ceb5b72c36195a6a7d6e6a53760ac84f90
4
+ data.tar.gz: 98988b37b8a27090b997a0a2c9ceef85f9e8ba7a
5
5
  SHA512:
6
- metadata.gz: 138561b35bf470e56e555dd09ad23922ab47a8db0711e68bd9462f242d9bf2748a170a4a05aee0ef4a19ba845baec7ba9a1fa6dfc8a73d78fed3fb99c7d19b81
7
- data.tar.gz: 29d2912f8b953166e2398aa3e67705c710f98f5795955863c2064c765c1de5d175b4b8cf6f250fa5cf68d73d9fa5cba73a440ac76c4bc2cd0fadaaec0f1f93d1
6
+ metadata.gz: d1bc70fb3f2017adccb338b72555445d65804e47f92c301a1ddd9715e885ace8ca1c91aa7a8ca1d789e93ff8ab815ea6842463dd1715f7fac946279d9986550e
7
+ data.tar.gz: 45b3445872bd279e75f3aca73f8e24cdcccd8110f8d35c22c8c3d70e903d4520d33b174e135a96993adfe30bf249c574d243f5de4e29b9dd11b514a56c8cbf85
@@ -2,7 +2,7 @@ de:
2
2
  magic_locales:
3
3
  available_locales: "Verfügbare Sprachen"
4
4
  available_locales_helper: "Sprachen die als *.yml Datei im System vorliegen, Fragen Sie Ihren Admin für mehr Informationen."
5
- main_locale: "Master"
5
+ default_locale: "std"
6
6
  active_locale: "Aktiv"
7
7
  trigger: "Optionen"
8
8
  available: "Verfügbar"
@@ -16,9 +16,9 @@ de:
16
16
  deactivate: "Deaktivieren"
17
17
  edit: "bearbeiten"
18
18
  state_descriptions:
19
- live: "Sprache ist Online, das heißt genrell verfügbar und sichtbar. Wenn mehr als eine Sprache Online sind, wird der Sprach-Wechsler sichtbar."
20
- active: "Sprache ist aktiv, das heißt sie ist nicht sichtbar aber wird im hintergrund schon vom System verwendet. (zur Vorbereitung)"
21
- incatvie: "Sprache ist Inaktiv, also weder sichtbar noch in verwendung."
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
+ 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."
22
22
  helpers:
23
23
  label:
24
24
  language:
@@ -2,7 +2,7 @@ en:
2
2
  magic_locales:
3
3
  available_locales: "Verfügbare Sprachen"
4
4
  available_locales_helper: "Locales that are available as *.yml files in the system, ask your admin for more informations."
5
- main_locale: "main"
5
+ default_locale: "default"
6
6
  active_locale: "active"
7
7
  trigger: "triggers"
8
8
  available: "available"
@@ -16,9 +16,9 @@ en:
16
16
  deactivate: "deactivate"
17
17
  edit: "edit"
18
18
  state_descriptions:
19
- live: "Language is live, so available. When more then one language is live, the language-selector gets visble."
20
- active: "Language is active, so not available but allready used by the system (for preparation)."
21
- incatvie: "Language is inactive, so not available and not in use."
19
+ live: "Language is live, so available.<br/>When more then one language is live, the language-selector gets visble."
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."
22
22
  helpers:
23
23
  label:
24
24
  language:
@@ -5,6 +5,9 @@
5
5
  <%= yield :headline %>
6
6
  </div>
7
7
  <div class="body">
8
+
9
+ <%= yield :locale_infos %>
10
+
8
11
  <%= body %>
9
12
  </div>
10
13
  </div>
@@ -6,28 +6,33 @@
6
6
  <i class="icon-bubbles"></i> <%= t("activerecord.attributes.magic_locales_locale.other") %>
7
7
 
8
8
  <% end %>
9
-
10
-
11
- <h4>
12
- <strong><%= t("magic_locales.available_locales") %></strong>
13
- <% I18n.available_locales.each do |lang| %>
14
- <%= locale_flag( "#{lang}", "small" ) %>
15
- <% end %>
16
- </h4>
17
- <div class="clearfix"></div>
18
- <table class="table table-condensed">
19
- <% %w(live active inactive).each do |this| %>
9
+
10
+
11
+ <%= content_for :locale_infos do %>
12
+
13
+ <h4>
14
+ <strong><%= t("magic_locales.available_locales") %></strong>
15
+ <% I18n.available_locales.each do |lang| %>
16
+ <%= locale_flag( "#{lang}", "small" ) %>
17
+ <% end %>
18
+ </h4>
19
+ <div class="clearfix"></div>
20
+ <table class="table table-condensed">
21
+ <% %w(live active inactive).each do |this| %>
22
+ <tr>
23
+ <th><%= t("helpers.label.magic_locales_locale.states.#{this}") %></th>
24
+ <td><%= raw t("magic_locales.state_descriptions.#{this}") %></td>
25
+ </tr>
26
+ <% end %>
20
27
  <tr>
21
- <th><%= t("helpers.label.magic_locales_locale.states.#{this}") %></th>
22
- <td><%= t("magic_locales.state_descriptions.#{this}") %></td>
28
+ <th><%= t("magic_locales.available") %>*</th>
29
+ <td><%= t("magic_locales.available_locales_helper") %></td>
23
30
  </tr>
24
- <% end %>
25
- <tr>
26
- <th><%= t("magic_locales.available") %>*</th>
27
- <td><%= t("magic_locales.available_locales_helper") %></td>
28
- </tr>
29
- </table>
30
- <hr/>
31
+ </table>
32
+
33
+ <% end %>
34
+
35
+
31
36
  <table class="table table-striped">
32
37
  <thead>
33
38
  <tr>
@@ -63,12 +68,10 @@
63
68
  <td>
64
69
  <%= t("helpers.label.magic_locales_locale.states.#{locale.locale_state}") %>
65
70
  <% if I18n.default_locale.to_s == locale.iso_code %>
66
- &nbsp;&nbsp;
67
- <span class="label label-success"><%= t("magic_locales.main_locale") %></span>
71
+ &nbsp;<span class="label label-success"><%= t("magic_locales.default_locale") %></span>
68
72
  <% end %>
69
73
  <% if I18n.locale.to_s == locale.iso_code %>
70
- &nbsp;&nbsp;
71
- <span class="label label-success"><%= t("magic_locales.active_locale") %></span>
74
+ &nbsp;<span class="label label-success"><%= t("magic_locales.active_locale") %></span>
72
75
  <% end %>
73
76
  </td>
74
77
  <td>
@@ -1,3 +1,3 @@
1
1
  module MagicLocales
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
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.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel