Skip to content

Commit

Permalink
fix: add missing locales (#457)
Browse files Browse the repository at this point in the history
* fix: add missing locales

* fix: Add new locales to ignored unused ones
  • Loading branch information
AyakorK authored and Brochard Ludovic committed Nov 27, 2023
1 parent 56bca68 commit 27ab2cb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/i18n-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,4 @@ ignore_unused:
- decidim.proposals.collaborative_drafts.new.*
- decidim.admin.menu.admin_accountability
- decidim.anonymous_user
- decidim.initiatives.pages.home.highlighted_initiatives.*
6 changes: 6 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ en:
email_outro: Check the <a href="%{conflicts_path}">Verifications's conflicts list</a> and contact the participant to verify their details and solve the issue.
email_subject: Failed verification attempt against a managed participant
notification_title: The participant <a href="%{resource_path}">%{resource_title}</a> has tried to verify themself with the data of the managed participant <a href="%{managed_user_path}">%{managed_user_name}</a>.
initiatives:
pages:
home:
highlighted_initiatives:
active_initiatives: Active initiatives
see_all_initiatives: See all initiatives
meetings:
directory:
meetings:
Expand Down
6 changes: 6 additions & 0 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ fr:
email_outro: Vérifiez la <a href="%{conflicts_path}">Liste de conflits des vérifications</a> et contactez les participants pour vérifier leurs renseignements et résoudre le problème.
email_subject: Un utilisateur a tenté de se faire vérifier avec les données d'un utilisateur représenté
notification_title: Le participant <a href="%{resource_path}">%{resource_title}</a> a tenté de se faire vérifier avec les données de l'utilisateur représenté <a href="%{managed_user_path}">%{managed_user_name}</a>.
initiatives:
pages:
home:
highlighted_initiatives:
active_initiatives: Pétitions actives
see_all_initiatives: Voir toutes les pétitions
meetings:
directory:
meetings:
Expand Down

0 comments on commit 27ab2cb

Please sign in to comment.