Skip to content

Commit

Permalink
add trad key
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbaraOliveira13 committed Jan 10, 2025
1 parent a4a924b commit 02cff0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<% add_decidim_meta_tags(
description: translated_attribute(current_participatory_space.short_description),
title: "#{component_name} - Page #{@proposals.current_page} of #{@proposals.total_pages}",
title: t("decidim.proposals.pagination.page_title",
component_name: component_name,
current_page: @proposals.current_page,
total_pages: @proposals.total_pages ),
url: proposals_url,
resource: current_component) %>

Expand Down
2 changes: 2 additions & 0 deletions decidim-proposals/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,8 @@ en:
title: Status
new:
limit_reached: You cannot create new proposals since you have exceeded the limit.
pagination:
page_title: "%{component_name} - Page %{current_page} of %{total_pages}"
participatory_text_proposal:
alternative_title: There are no participatory texts at the moment
buttons:
Expand Down

0 comments on commit 02cff0f

Please sign in to comment.