]> git.openstreetmap.org Git - rails.git/commitdiff
Add Fastly as top three donor
authorPaul Norman <penorman@mac.com>
Thu, 9 Sep 2021 03:05:47 +0000 (20:05 -0700)
committerPaul Norman <penorman@mac.com>
Thu, 9 Sep 2021 03:05:47 +0000 (20:05 -0700)
app/views/layouts/map.html.erb
app/views/site/about.html.erb
config/locales/en.yml

index 7a0ca0ed714c3bde95ade620844d7dfee23d97f9..816f90c70e11d1b83b677bb2ce71c0b5acfebc12 100644 (file)
@@ -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>
index f495193a61e178760f84198941f21ddd9c3e0d8d..e127cc5b502c2cae6ec1422299a6ff64bd42ae32 100644 (file)
@@ -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>
index 0b745aa7cf5e4e7828d4ecc8a547e4f50835977d..030fab696e65e9eb6b392a2db73f87a1ac732645 100644 (file)
@@ -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"