Skip to content

Commit

Permalink
add ajuntament de barcelona footer
Browse files Browse the repository at this point in the history
  • Loading branch information
David Igón committed Mar 1, 2024
1 parent 2c822c4 commit 716d764
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,3 @@ group :production do
gem "sidekiq", "~> 6.0"
gem "sidekiq-cron"
end

# bug in version 1.9
gem "i18n", "~> 1.8.1"
Binary file not shown.
9 changes: 9 additions & 0 deletions app/views/layouts/decidim/_eu_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,13 @@
<%= t("eu_footer.block_2") %>
</div>
</div>

<div class="row">
<div class="margin-2">
<p><%= t("ajuntament.footer.powered_by") %></p>
<a href="https://ajuntament.barcelona" title="Ajuntament de Barcelona">
<%= image_tag("smiles/ajuntament_de_barcelona.webp", alt: "Ajuntament de Barcelona", width: '150') %>
</a>
</div>
</div>
</div>
4 changes: 4 additions & 0 deletions config/locales/platoniq.ca.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ca:
ajuntament:
footer:
powered_by: "La traducció al català d'aquest projecte ha comptat amb la col·laboració de:"
3 changes: 3 additions & 0 deletions config/locales/platoniq.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ en:
footer:
logo: Platoniq - Creativity and Democracy
text: Made with <3 by
ajuntament:
footer:
powered_by: "The Catalan translation of this project has had the collaboration of:"
4 changes: 4 additions & 0 deletions config/locales/platoniq.es.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
es:
ajuntament:
footer:
powered_by: "La traducción al catalán de este proyecto ha contado con la colaboración de:"

0 comments on commit 716d764

Please sign in to comment.