Skip to content

Commit

Permalink
Mention InstallBuilder as installer creator tool
Browse files Browse the repository at this point in the history
  • Loading branch information
juamedgod committed Jul 23, 2024
1 parent d5afa6f commit 3e509aa
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 7 deletions.
8 changes: 8 additions & 0 deletions locales/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,14 @@ msgstr "Subscribe"
msgid "Privacy Policy"
msgstr "Privacy Policy"

#: en.installbuilder
msgid "Multiplatform installers by <strong class='bright'>InstallBuilder</strong>"
msgstr "Multiplatform installers by <strong class='bright'>InstallBuilder</strong>"

#: en.installers_created_using_installbuilder
msgid "Installers created using <a target='_blank' href='https://installbuilder.com'>InstallBuilder</a>."
msgstr "Installers created using <a target='_blank' href='https://installbuilder.com'>InstallBuilder</a>."

#: en.fastly
msgid "CDN provided by"
msgstr "CDN provided by"
Expand Down
8 changes: 8 additions & 0 deletions locales/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,14 @@ msgstr "Subscribir"
msgid "Privacy Policy"
msgstr "Política de privacidad"

#: en.installbuilder
msgid "Multiplatform installers by <strong class='bright'>InstallBuilder</strong>"
msgstr "Instaladores creados con <strong class='bright'>InstallBuilder</strong>"

#: en.installers_created_using_installbuilder
msgid "Installers created using <a target='_blank' href='https://installbuilder.com'>InstallBuilder</a>."
msgstr "Instaladores creados usando <a target='_blank' href='https://installbuilder.com'>InstallBuilder</a>."

#: en.fastly
msgid "CDN provided by"
msgstr "CDN proporcionado por"
Expand Down
5 changes: 1 addition & 4 deletions source-common/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,7 @@
<li><%= link_to t('Blog'), "https://www.apachefriends.org/blog.html" %></li>
<li><%= link_to t('Privacy Policy'), "/privacy_policy.html" %></li>
<li>
<% link_to "http://www.fastly.com/", target: "_blank" do %>
<%= t('CDN provided by') %>
<%= retina_image_tag('fastly-logo.png', :width => 48) %>
<% end %>
<%= link_to t("Multiplatform installers by <strong class='bright'>InstallBuilder</strong>"), "https://installbuilder.com", target: "_blank" %>
</li>
</ul>
</div>
Expand Down
5 changes: 3 additions & 2 deletions source-common/stylesheets/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
text-decoration: underline;
}
}


.bright {
color: $light;
}
.footer_lists-container.row {

& > *:not(:last-child) {
Expand Down
5 changes: 4 additions & 1 deletion source/localizable/download.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ keywords: xampp, apache, php, perl, mysql, windows, linux, osx
</div>
<div class="row">
<div class="large-8 columns">
<p><%= t("XAMPP is an easy to install Apache distribution containing MariaDB, PHP, and Perl. Just download and start the installer. It's that easy.") %></p>
<p>
<%= t("XAMPP is an easy to install Apache distribution containing MariaDB, PHP, and Perl. Just download and start the installer. It's that easy.") %>
<%= t("Installers created using <a target='_blank' href='https://installbuilder.com'>InstallBuilder</a>.") %>
</p>
<ul id="downloads">
<% downloads.each do |os, releases| %>
<li id="download-<%= os %>">
Expand Down

0 comments on commit 3e509aa

Please sign in to comment.