Merge remote-tracking branch 'upstream/pull/3317'
This commit is contained in:
commit
22fbd05f1f
3 changed files with 4 additions and 1 deletions
|
@ -45,6 +45,7 @@
|
|||
<p><%= t "layouts.intro_text" %></p>
|
||||
<p><%= t "layouts.hosting_partners_html",
|
||||
:ucl => link_to(t("layouts.partners_ucl"), "https://www.ucl.ac.uk"),
|
||||
:fastly => link_to(t("layouts.partners_fastly"), "https://www.fastly.com/"),
|
||||
:bytemark => link_to(t("layouts.partners_bytemark"), "https://www.bytemark.co.uk"),
|
||||
:partners => link_to(t("layouts.partners_partners"), "https://hardware.openstreetmap.org/thanks/") %>
|
||||
</p>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
<h2><div class='icon partners'></div><%= t ".partners_title", :locale => @locale %></h2>
|
||||
<p><%= t "layouts.hosting_partners_html", :locale => @locale,
|
||||
:ucl => link_to(t("layouts.partners_ucl", :locale => @locale), "https://www.ucl.ac.uk"),
|
||||
:fastly => link_to(t("layouts.partners_fastly", :locale => @locale), "https://www.fastly.com/"),
|
||||
:bytemark => link_to(t("layouts.partners_bytemark", :locale => @locale), "https://www.bytemark.co.uk"),
|
||||
:partners => link_to(t("layouts.partners_partners", :locale => @locale), "https://hardware.openstreetmap.org/thanks/") %>
|
||||
</p>
|
||||
|
|
|
@ -1420,8 +1420,9 @@ en:
|
|||
intro_header: Welcome to OpenStreetMap!
|
||||
intro_text: OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
|
||||
intro_2_create_account: "Create a user account"
|
||||
hosting_partners_html: "Hosting is supported by %{ucl}, %{bytemark}, and other %{partners}."
|
||||
hosting_partners_html: "Hosting is supported by %{ucl}, %{fastly}, %{bytemark}, and other %{partners}."
|
||||
partners_ucl: "UCL"
|
||||
partners_fastly: "Fastly"
|
||||
partners_bytemark: "Bytemark Hosting"
|
||||
partners_partners: "partners"
|
||||
tou: "Terms of Use"
|
||||
|
|
Loading…
Add table
Reference in a new issue