Skip to content

Commit

Permalink
Add missing translations in first login (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurajaime committed May 22, 2023
1 parent b4489a8 commit 252eb2f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
@@ -1,5 +1,8 @@
# CHANGELOG

## v0.27.1.2
- Add missing translations about first login.

## v0.27.1.1
- Add organization id to generate unique_id because there are conflicts when there is a multitenant.
❗ Be careful, this change will make all verifications in production no longer valid because the `unique_id` will be generated differently ❗
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
decidim-file_authorization_handler (0.27.1.1)
decidim-file_authorization_handler (0.27.1.2)
decidim (~> 0.27.1)
decidim-admin (~> 0.27.1)
rails (>= 5.2)
Expand Down
5 changes: 5 additions & 0 deletions config/locales/ca.yml
Expand Up @@ -43,3 +43,8 @@ ca:
title: Pujar un nou cens
file: Arxiu excel .csv amb les dades del cens
submit: Carrega
verifications:
authorizations:
first_login:
actions:
file_authorization_handler: Verifica't amb el cens de l'organització
5 changes: 5 additions & 0 deletions config/locales/en.yml
Expand Up @@ -43,3 +43,8 @@ en:
title: Upload a new census
file: Excel .csv file with census data
submit: Upload file
verifications:
authorizations:
first_login:
actions:
file_authorization_handler: Get verified by organization's census
5 changes: 5 additions & 0 deletions config/locales/es.yml
Expand Up @@ -43,3 +43,8 @@ es:
title: Subir un nuevo censo
file: Archivo excel .csv con los datos del censo
submit: Subir archivo
verifications:
authorizations:
first_login:
actions:
file_authorization_handler: Verifícate con el censo de la organización
2 changes: 1 addition & 1 deletion lib/decidim/file_authorization_handler/version.rb
Expand Up @@ -7,6 +7,6 @@ module FileAuthorizationHandler
# Uses the latest matching Decidim version for
# - major, minor and patch
# - the optional extra number is related to this module's patches
VERSION = "#{DECIDIM_VERSION}.1".freeze
VERSION = "#{DECIDIM_VERSION}.2".freeze
end
end

0 comments on commit 252eb2f

Please sign in to comment.