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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5429c8f9b2a7639b79866c00e201a2e4198b355
|
4
|
+
data.tar.gz: f15f1cb3f856515553f968c860c09e3af623901a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8b1de91503e62d4564500ee78678e9205f5c61fc4a8a6201cb9a96804356d75959cc8d8bea3d493dc0ef36373c96598ed24f145e88cb947771e68574b73b14a
|
7
|
+
data.tar.gz: a9aaaff814e61f626f3b751dbc81898e056821e82dca8d20c2a54660ed3c6fbac364a87ca50b34d1d9302bc40f8359cd73011f3f115aadbf728a9c10005ee96c
|
data/config/locales/mgcl.de.yml
CHANGED
@@ -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
|
-
|
21
|
+
inactive: "Sprache ist Inaktiv, also weder sichtbar noch in verwendung."
|
22
22
|
helpers:
|
23
23
|
label:
|
24
24
|
language:
|
data/config/locales/mgcl.en.yml
CHANGED
@@ -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
|
-
|
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>
|