Add new translation for noscript message
This commit is contained in:
parent
30fc401ffc
commit
318ad270eb
|
@ -1,6 +1,6 @@
|
||||||
%noscript
|
%noscript
|
||||||
.alert.alert-danger
|
.alert.alert-danger
|
||||||
= t 'messages.noscript'
|
= t(".noscript")
|
||||||
|
|
||||||
- flash.each do |key, value|
|
- flash.each do |key, value|
|
||||||
.alert.alert-dismissible{ class: "alert-#{bootstrap_color key}", role: :alert }
|
.alert.alert-dismissible{ class: "alert-#{bootstrap_color key}", role: :alert }
|
||||||
|
|
|
@ -197,6 +197,9 @@ en:
|
||||||
share:
|
share:
|
||||||
heading: "Share"
|
heading: "Share"
|
||||||
button: "Share on %{service}"
|
button: "Share on %{service}"
|
||||||
|
layouts:
|
||||||
|
messages:
|
||||||
|
noscript: "Please activate JavaScript."
|
||||||
link_filter:
|
link_filter:
|
||||||
index:
|
index:
|
||||||
heading: "You're leaving %{app_name}"
|
heading: "You're leaving %{app_name}"
|
||||||
|
|
Loading…
Reference in New Issue