<%= gettext "Warning" %>
<%= gettext "This is a demonstration site to test the beta version of Mobilizon." %>
<%= gettext("%{b_start}Please do not use it in any real way%{b_end}", b_start: "", b_end: "") |> raw() %>
<%= gettext("Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}.", b_start: "", b_end: "") |> raw() %>
<%= gettext("In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}.", a_start: "", a_end: "") |> raw() %>
|