Skip to content

Commit

Permalink
Fix/missing translation keys (#72)
Browse files Browse the repository at this point in the history
* fix: add missing translation keys

* fix: add ruby platform in gemfile.lock
  • Loading branch information
BarbaraOliveira13 authored Apr 23, 2024
1 parent f065179 commit 553f9a0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ GEM
mime-types-data (3.2022.0105)
mini_magick (4.11.0)
mini_mime (1.1.2)
mini_portile2 (2.8.6)
minitest (5.16.3)
mixlib-cli (2.1.8)
mixlib-config (3.0.27)
Expand All @@ -595,6 +596,9 @@ GEM
multi_xml (0.6.0)
mustache (1.1.1)
nio4r (2.5.8)
nokogiri (1.13.4)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.4-x86_64-darwin)
Expand Down Expand Up @@ -945,6 +949,7 @@ GEM
PLATFORMS
arm64-darwin-21
arm64-darwin-22
ruby
x86_64-darwin-21
x86_64-linux

Expand Down
1 change: 1 addition & 0 deletions config/i18n-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,4 @@ ignore_unused:
- decidim.system.organizations.omniauth_settings.*
- decidim.newsletter_templates.*
- decidim.proposals.proposals.form_view.cancel
- decidim.proposals.admin.exports.private_proposals
3 changes: 3 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ en:
forgot_password:
ok_text: Warning, this password is the one of your local account and in no case the one of the account you use through FranceConnect. It will only be used when you log in with your email address rather than via FranceConnect.
proposals:
admin:
exports:
private_proposals: Proposals with private data
proposals:
edit:
add_documents: Add documents
Expand Down
3 changes: 3 additions & 0 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ fr:
forgot_password:
ok_text: Attention, ce mot de passe est celui de votre compte local et en aucun cas celui du compte que vous utilisez au travers de FranceConnect. Il vous servira uniquement lorsque vous vous connecterez avec votre adresse mail plutôt que via FranceConnect.
proposals:
admin:
exports:
private_proposals: Propositions avec données privées
proposals:
edit:
add_documents: Ajouter des documents
Expand Down

0 comments on commit 553f9a0

Please sign in to comment.