Skip to content

Commit

Permalink
Fix export dropdown in admin proposals index (#98)
Browse files Browse the repository at this point in the history
* fix: add missing translation keys

* test: update config file after i18n test
  • Loading branch information
Stef-Rousset authored Aug 30, 2024
1 parent e6de726 commit 71773a8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/i18n-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ ignore_unused:
- activemodel.errors.models.proposal.attributes.attachment.needs_to_be_reattached
- budgets.projects_helper.current_rule_description.*
- budgets.projects_helper.current_rule_explanation.*
- decidim.admin.exports.export_as
- decidim.components.budgets.settings.global.geocoding_enabled
- decidim.budgets.actions.*
- decidim.budgets.admin.budgets.index.*
Expand All @@ -146,6 +147,8 @@ ignore_unused:
- decidim.meetings.meetings.create.*
- decidim.meetings.meetings.update.*
- decidim.omniauth.france_connect.*
- decidim.proposals.admin.exports.awesome_private_proposals
- decidim.proposals.admin.exports.proposal_comments
- decidim.proposals.collaborative_drafts.collaborative_draft.publish.*
- decidim.proposals.collaborative_drafts.collaborative_draft.withdraw.*
- decidim.proposals.collaborative_drafts.create.*
Expand Down
6 changes: 6 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ en:
accessibility:
skip_button: Skip button
admin:
exports:
export_as: "%{name} as %{export_format}"
participatory_space_private_users:
create:
error: Error
Expand Down Expand Up @@ -193,6 +195,10 @@ en:
show:
local_area: Local area
proposals:
admin:
exports:
awesome_private_proposals: Proposals with private fields
proposal_comments: Comments
collaborative_drafts:
collaborative_draft:
publish:
Expand Down
5 changes: 5 additions & 0 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ fr:
accessibility:
skip_button: Passer au contenu principal
admin:
exports:
export_as: "%{name} au format %{export_format}"
participatory_space_private_users:
create:
error: Erreur
Expand Down Expand Up @@ -198,6 +200,9 @@ fr:
local_area: Espace d'organisation
proposals:
admin:
exports:
awesome_private_proposals: Propositions avec champs privés
proposal_comments: Commentaires
proposals:
bulk-actions:
statuses: Nouveaux status
Expand Down

0 comments on commit 71773a8

Please sign in to comment.