decidim-budgets 0.28.4 → 0.28.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/budgets/budgets_list/main_list.erb +1 -1
  3. data/app/cells/decidim/budgets/budgets_list/show.erb +1 -1
  4. data/app/commands/decidim/budgets/admin/import_proposals_to_budgets.rb +6 -2
  5. data/app/forms/decidim/budgets/admin/budget_form.rb +1 -1
  6. data/app/forms/decidim/budgets/admin/project_form.rb +1 -1
  7. data/app/forms/decidim/budgets/admin/project_import_proposals_form.rb +1 -1
  8. data/app/packs/stylesheets/budgets.scss +6 -2
  9. data/app/permissions/decidim/budgets/permissions.rb +2 -0
  10. data/app/views/decidim/budgets/budgets/index.html.erb +1 -1
  11. data/app/views/decidim/budgets/projects/_order.html.erb +1 -1
  12. data/app/views/decidim/budgets/projects/_order_progress_summary_content.html.erb +1 -1
  13. data/app/views/decidim/budgets/projects/index.html.erb +10 -2
  14. data/config/locales/ar.yml +1 -3
  15. data/config/locales/bg.yml +1 -2
  16. data/config/locales/bn-BD.yml +1 -0
  17. data/config/locales/bs-BA.yml +22 -0
  18. data/config/locales/ca-IT.yml +387 -0
  19. data/config/locales/ca.yml +1 -1
  20. data/config/locales/cs.yml +1 -1
  21. data/config/locales/de.yml +4 -4
  22. data/config/locales/el.yml +0 -1
  23. data/config/locales/es-MX.yml +1 -1
  24. data/config/locales/es-PY.yml +1 -1
  25. data/config/locales/eu.yml +92 -83
  26. data/config/locales/fi-plain.yml +15 -15
  27. data/config/locales/fi.yml +68 -68
  28. data/config/locales/fr-CA.yml +4 -4
  29. data/config/locales/fr.yml +3 -3
  30. data/config/locales/ga-IE.yml +0 -4
  31. data/config/locales/gl.yml +0 -7
  32. data/config/locales/hu.yml +2 -3
  33. data/config/locales/id-ID.yml +0 -3
  34. data/config/locales/is-IS.yml +0 -3
  35. data/config/locales/it.yml +23 -5
  36. data/config/locales/ko.yml +8 -0
  37. data/config/locales/lb.yml +0 -4
  38. data/config/locales/lt.yml +0 -1
  39. data/config/locales/lv.yml +0 -3
  40. data/config/locales/nl.yml +2 -3
  41. data/config/locales/no.yml +0 -7
  42. data/config/locales/pl.yml +0 -1
  43. data/config/locales/pt-BR.yml +2 -3
  44. data/config/locales/pt.yml +0 -5
  45. data/config/locales/ro-RO.yml +1 -2
  46. data/config/locales/ru.yml +0 -3
  47. data/config/locales/sk.yml +0 -3
  48. data/config/locales/sq-AL.yml +10 -3
  49. data/config/locales/sv.yml +3 -3
  50. data/config/locales/tr-TR.yml +0 -5
  51. data/config/locales/uk.yml +0 -3
  52. data/config/locales/zh-CN.yml +0 -5
  53. data/config/locales/zh-TW.yml +0 -1
  54. data/decidim-budgets.gemspec +1 -1
  55. data/lib/decidim/api/budget_type.rb +6 -0
  56. data/lib/decidim/api/budgets_type.rb +1 -3
  57. data/lib/decidim/api/project_type.rb +13 -0
  58. data/lib/decidim/budgets/version.rb +1 -1
  59. metadata +16 -13
@@ -11,7 +11,7 @@ nl:
11
11
  project:
12
12
  budget_amount: Budget bedrag
13
13
  decidim_category_id: Categorie
14
- decidim_scope_id: Reikwijdte
14
+ decidim_scope_id: Scope
15
15
  description: Beschrijving
16
16
  proposal_ids: Verwante voorstellen
17
17
  proposals: Voorstellen
@@ -41,7 +41,6 @@ nl:
41
41
  actions:
42
42
  attachment_collections: Mappen
43
43
  attachments: Bijlagen
44
- confirm_destroy: Weet u zeker dat u dit project wilt verwijderen?
45
44
  destroy: Verwijderen
46
45
  edit: Bewerk
47
46
  edit_projects: Beheer projecten
@@ -178,7 +177,7 @@ nl:
178
177
  title: Je hebt nog niet gestemd
179
178
  filters:
180
179
  category: Categorie
181
- scope: Reikwijdte
180
+ scope: Scope
182
181
  search: Zoeken
183
182
  status: Status
184
183
  status_values:
@@ -3,7 +3,6 @@
3
3
  activemodel:
4
4
  attributes:
5
5
  budget:
6
- decidim_scope_id: Tema
7
6
  description: Beskrivelse
8
7
  title: Tittel
9
8
  total_budget: Totalt budsjett
@@ -11,7 +10,6 @@
11
10
  project:
12
11
  budget_amount: Budsjettbeløp
13
12
  decidim_category_id: Kategori
14
- decidim_scope_id: Tema
15
13
  description: Beskrivelse
16
14
  proposal_ids: Relaterte forslag
17
15
  selected: Utvalgt for implementering
@@ -27,8 +25,6 @@
27
25
  projects:
28
26
  category_id_eq:
29
27
  label: Kategori
30
- scope_id_eq:
31
- label: Tema
32
28
  selected_at_null:
33
29
  label: Valgt
34
30
  values:
@@ -38,7 +34,6 @@
38
34
  actions:
39
35
  attachment_collections: Mapper
40
36
  attachments: Vedlegg
41
- confirm_destroy: Er du sikker på at du vil slette dette prosjektet?
42
37
  destroy: Slett
43
38
  edit: Editar
44
39
  edit_projects: Administrer prosjekter
@@ -159,7 +154,6 @@
159
154
  title: Du har ikke stemt enda
160
155
  filters:
161
156
  category: Kategori
162
- scope: Tema
163
157
  search: Søk
164
158
  status: Status
165
159
  status_values:
@@ -208,7 +202,6 @@
208
202
  more_information_modal: Mer informasjon
209
203
  projects_per_page: Prosjekter per side
210
204
  resources_permissions_enabled: Handlingstillatelser kan settes for hvert prosjekt
211
- scope_id: Tema
212
205
  scopes_enabled: Temaer aktivert
213
206
  title: Tittel
214
207
  total_budget: Totalt budsjett
@@ -43,7 +43,6 @@ pl:
43
43
  actions:
44
44
  attachment_collections: Foldery
45
45
  attachments: Załączniki
46
- confirm_destroy: Czy na pewno chcesz usunąć ten projekt?
47
46
  destroy: Usuń
48
47
  edit: Edytuj
49
48
  edit_projects: Zarządzaj budżetem
@@ -11,7 +11,7 @@ pt-BR:
11
11
  project:
12
12
  budget_amount: Valor do orçamento
13
13
  decidim_category_id: Categoria
14
- decidim_scope_id: Âmbito
14
+ decidim_scope_id: Escopo
15
15
  description: Descrição
16
16
  proposal_ids: Propostas relacionadas
17
17
  proposals: Propostas
@@ -44,7 +44,6 @@ pt-BR:
44
44
  actions:
45
45
  attachment_collections: Pastas
46
46
  attachments: Anexos
47
- confirm_destroy: Deseja mesmo excluir este projeto?
48
47
  destroy: Excluir
49
48
  edit: Editar
50
49
  edit_projects: Gerenciar projetos
@@ -253,7 +252,7 @@ pt-BR:
253
252
  title: Você ainda não votou
254
253
  filters:
255
254
  category: Categoria
256
- scope: Âmbito
255
+ scope: Escopo
257
256
  search: Pesquisa
258
257
  status: Status
259
258
  status_values:
@@ -3,7 +3,6 @@ pt:
3
3
  activemodel:
4
4
  attributes:
5
5
  budget:
6
- decidim_scope_id: Âmbito
7
6
  description: Descrição
8
7
  title: Título
9
8
  total_budget: Orçamento total
@@ -11,7 +10,6 @@ pt:
11
10
  project:
12
11
  budget_amount: Valor do orçamento
13
12
  decidim_category_id: Categoria
14
- decidim_scope_id: Âmbito
15
13
  description: Descrição
16
14
  proposal_ids: Propostas relacionadas
17
15
  selected: Seleccionado para implementação
@@ -26,7 +24,6 @@ pt:
26
24
  actions:
27
25
  attachment_collections: Pastas
28
26
  attachments: Anexos
29
- confirm_destroy: Tem certeza de que deseja eliminar este projeto?
30
27
  destroy: Eliminar
31
28
  edit: Editar
32
29
  edit_projects: Gerir projectos
@@ -134,7 +131,6 @@ pt:
134
131
  other: "%{count} projetos"
135
132
  filters:
136
133
  category: Categoria
137
- scope: Âmbito
138
134
  search: Pesquisar
139
135
  status: Estado
140
136
  status_values:
@@ -174,7 +170,6 @@ pt:
174
170
  more_information_modal: Mais informações modal
175
171
  projects_per_page: Projetos por página
176
172
  resources_permissions_enabled: Permissões de acções podem ser definidas para cada projecto
177
- scope_id: Âmbito
178
173
  scopes_enabled: Âmbitos activados
179
174
  title: Título
180
175
  total_budget: Orçamento total
@@ -42,7 +42,6 @@ ro:
42
42
  actions:
43
43
  attachment_collections: Dosare
44
44
  attachments: Atașamente
45
- confirm_destroy: Sigur dorești să ştergi acest proiect?
46
45
  destroy: Ștergere
47
46
  edit: Editare
48
47
  edit_projects: Gestionați proiectele
@@ -167,7 +166,7 @@ ro:
167
166
  title: Nu ai votat încă
168
167
  filters:
169
168
  category: Categorie
170
- scope: Domeniu
169
+ scope: Domeniu de interes
171
170
  search: Caută
172
171
  status: Stadiu
173
172
  status_values:
@@ -4,7 +4,6 @@ ru:
4
4
  attributes:
5
5
  project:
6
6
  decidim_category_id: Категория
7
- decidim_scope_id: Охват
8
7
  description: Описание
9
8
  proposal_ids: Подобные предложения
10
9
  title: Название
@@ -20,7 +19,6 @@ ru:
20
19
  actions:
21
20
  attachment_collections: Папки
22
21
  attachments: Прикрепленные файлы
23
- confirm_destroy: Вы действительно хотите удалить этот проект?
24
22
  destroy: Удалить
25
23
  edit: Редактировать
26
24
  import: Внести в проекты позаимствованные предложения
@@ -78,7 +76,6 @@ ru:
78
76
  other: "%{count} проектов"
79
77
  filters:
80
78
  category: Категория
81
- scope: Охват
82
79
  search: Поиск
83
80
  project_budget_button:
84
81
  add: Добавить
@@ -4,7 +4,6 @@ sk:
4
4
  attributes:
5
5
  project:
6
6
  decidim_category_id: Kategória
7
- decidim_scope_id: Rozsah
8
7
  description: Popis
9
8
  proposal_ids: Súvisiace návrhy
10
9
  title: Názov
@@ -20,7 +19,6 @@ sk:
20
19
  actions:
21
20
  attachment_collections: Priečinky
22
21
  attachments: Prílohy
23
- confirm_destroy: Naozaj chcete odstrániť tento projekt?
24
22
  destroy: Odstrániť
25
23
  edit: Upraviť
26
24
  import: Importovať návrhy do projektov
@@ -82,7 +80,6 @@ sk:
82
80
  other: "%{count} projekty"
83
81
  filters:
84
82
  category: Kategória
85
- scope: Rozsah
86
83
  search: Hľadať
87
84
  orders:
88
85
  highest_cost: Najvyššie náklady
@@ -3,7 +3,7 @@ sq:
3
3
  activemodel:
4
4
  attributes:
5
5
  budget:
6
- decidim_scope_id: Fushëveprimi
6
+ decidim_scope_id: Fushëveprim
7
7
  description: Përshkrimi
8
8
  title: Titulli
9
9
  total_budget: Buxheti total
@@ -31,7 +31,7 @@ sq:
31
31
  category_id_eq:
32
32
  label: Kategori
33
33
  scope_id_eq:
34
- label: Qëllimi
34
+ label: Fushëveprim
35
35
  selected_at_null:
36
36
  label: E përzgjedhur
37
37
  values:
@@ -41,7 +41,6 @@ sq:
41
41
  actions:
42
42
  attachment_collections: Dosjet
43
43
  attachments: Bashkëngjitjet
44
- confirm_destroy: A je i sigurt që do ta fshish këtë projekt?
45
44
  destroy: Fshi
46
45
  edit: Përpuno
47
46
  edit_projects: Menaxho projektet
@@ -49,3 +48,11 @@ sq:
49
48
  new_budget: Buxhet i ri
50
49
  new_project: Projekt i ri
51
50
  preview: Pamje paraprake
51
+ projects:
52
+ filters:
53
+ scope: Fushëveprim
54
+ components:
55
+ budgets:
56
+ settings:
57
+ global:
58
+ scope_id: Fushëveprim
@@ -44,7 +44,7 @@ sv:
44
44
  actions:
45
45
  attachment_collections: Mappar
46
46
  attachments: Bilagor
47
- confirm_destroy: Vill du radera projektet?
47
+ confirm_destroy: Är du säker på att du vill radera projektet?
48
48
  destroy: Radera
49
49
  edit: Redigera
50
50
  edit_projects: Hantera projekt
@@ -223,7 +223,7 @@ sv:
223
223
  are_you_sure: Om du ändrar dig kan du ändra rösten senare.
224
224
  cancel: Avbryt
225
225
  confirm: Bekräfta
226
- description: De projekt där du har valt att delta i budgeten.
226
+ description: Projekt du har valt inom budgeten.
227
227
  title: Bekräfta röst
228
228
  budget_excess:
229
229
  budget_excess:
@@ -261,7 +261,7 @@ sv:
261
261
  not_selected: Inte vald
262
262
  selected: Valda
263
263
  order_progress:
264
- assigned: Tilldelade
264
+ assigned: Valda
265
265
  budget: Budget
266
266
  dynamic_help:
267
267
  keep_adding_projects: Fortsätt lägga till projekt
@@ -3,14 +3,12 @@ tr:
3
3
  activemodel:
4
4
  attributes:
5
5
  budget:
6
- decidim_scope_id: Kapsam
7
6
  description: Açıklama
8
7
  title: Başlık
9
8
  total_budget: Toplam bütçe
10
9
  project:
11
10
  budget_amount: Bütçe tutarı
12
11
  decidim_category_id: Kategori
13
- decidim_scope_id: Kapsam
14
12
  description: Açıklama
15
13
  proposal_ids: İlgili teklifler
16
14
  selected: Uygulama için seçildi
@@ -25,7 +23,6 @@ tr:
25
23
  actions:
26
24
  attachment_collections: Klasörler
27
25
  attachments: Ekler
28
- confirm_destroy: Bu projeyi silmek istediğinize emin misiniz?
29
26
  destroy: Sil
30
27
  edit: Düzenle
31
28
  edit_projects: Projeleri Yönet
@@ -133,7 +130,6 @@ tr:
133
130
  other: "%{count} proje"
134
131
  filters:
135
132
  category: Kategori
136
- scope: Kapsam
137
133
  search: Arama
138
134
  status: Durum
139
135
  status_values:
@@ -172,7 +168,6 @@ tr:
172
168
  more_information_modal: Daha fazla bilgi
173
169
  projects_per_page: Sayfa başına projeler
174
170
  resources_permissions_enabled: Her proje için eylem izinleri ayarlanabilir
175
- scope_id: Kapsam
176
171
  scopes_enabled: Kapsamlar etkinleştirildi
177
172
  title: Başlık
178
173
  total_budget: Toplam bütçe
@@ -4,7 +4,6 @@ uk:
4
4
  attributes:
5
5
  project:
6
6
  decidim_category_id: Категорія
7
- decidim_scope_id: Обсяг
8
7
  description: Опис
9
8
  proposal_ids: Супутні пропозиції
10
9
  title: Назва
@@ -20,7 +19,6 @@ uk:
20
19
  actions:
21
20
  attachment_collections: Теки
22
21
  attachments: Вкладені файли
23
- confirm_destroy: Ви дійсно бажаєте видалити цей проект?
24
22
  destroy: Видалити
25
23
  edit: Редагувати
26
24
  import: Внести до проектів запозичені пропозиції
@@ -78,7 +76,6 @@ uk:
78
76
  other: "%{count} проектів"
79
77
  filters:
80
78
  category: Категорія
81
- scope: Обсяг
82
79
  search: Шукати
83
80
  project_budget_button:
84
81
  added: Додано
@@ -3,14 +3,12 @@ zh-CN:
3
3
  activemodel:
4
4
  attributes:
5
5
  budget:
6
- decidim_scope_id: 范围
7
6
  description: 描述
8
7
  title: 标题
9
8
  total_budget: 预算总额
10
9
  project:
11
10
  budget_amount: 预算金额
12
11
  decidim_category_id: 类别
13
- decidim_scope_id: 范围
14
12
  description: 描述
15
13
  proposal_ids: 有关提议
16
14
  title: 标题
@@ -23,7 +21,6 @@ zh-CN:
23
21
  actions:
24
22
  attachment_collections: 文件夹
25
23
  attachments: 附件
26
- confirm_destroy: 您确定要删除此项目吗?
27
24
  destroy: 删除
28
25
  edit: 编辑
29
26
  edit_projects: 管理项目
@@ -118,7 +115,6 @@ zh-CN:
118
115
  other: "%{count} 个项目"
119
116
  filters:
120
117
  category: 类别
121
- scope: 范围
122
118
  search: 搜索
123
119
  status: 状态
124
120
  status_values:
@@ -155,7 +151,6 @@ zh-CN:
155
151
  landing_page_content: 预算登陆页
156
152
  more_information_modal: 更多信息模式
157
153
  projects_per_page: 每页项目数
158
- scope_id: 范围
159
154
  scopes_enabled: 范围已启用
160
155
  title: 标题
161
156
  total_budget: 预算总额
@@ -40,7 +40,6 @@ zh-TW:
40
40
  actions:
41
41
  attachment_collections: 資料夾
42
42
  attachments: 附件
43
- confirm_destroy: 你確定要刪除這個專案嗎?
44
43
  destroy: 刪除
45
44
  edit: 編輯
46
45
  edit_projects: 管理專案
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.version = Decidim::Budgets.version
11
11
  s.authors = ["Josep Jaume Rey Peroy", "Marc Riera Casals", "Oriol Gual Oliva"]
12
12
  s.email = ["josepjaume@gmail.com", "mrc2407@gmail.com", "oriolgual@gmail.com"]
13
- s.license = "AGPL-3.0"
13
+ s.license = "AGPL-3.0-or-later"
14
14
  s.homepage = "https://decidim.org"
15
15
  s.metadata = {
16
16
  "bug_tracker_uri" => "https://github.com/decidim/decidim/issues",
@@ -16,6 +16,12 @@ module Decidim
16
16
  field :updated_at, Decidim::Core::DateTimeType, "When this budget was updated", null: true
17
17
 
18
18
  field :projects, [Decidim::Budgets::ProjectType, { null: true }], "The projects for this budget", null: false
19
+
20
+ def self.authorized?(object, context)
21
+ super && object.visible?
22
+ rescue Decidim::PermissionAction::PermissionNotSetError
23
+ false
24
+ end
19
25
  end
20
26
  end
21
27
  end
@@ -2,9 +2,7 @@
2
2
 
3
3
  module Decidim
4
4
  module Budgets
5
- class BudgetsType < Decidim::Api::Types::BaseObject
6
- implements Decidim::Core::ComponentInterface
7
-
5
+ class BudgetsType < Decidim::Core::ComponentType
8
6
  graphql_name "Budgets"
9
7
  description "A budget component of a participatory space."
10
8
 
@@ -18,6 +18,19 @@ module Decidim
18
18
  field :created_at, Decidim::Core::DateTimeType, "When this project was created", null: true
19
19
  field :updated_at, Decidim::Core::DateTimeType, "When this project was updated", null: true
20
20
  field :reference, GraphQL::Types::String, "The reference for this project", null: true
21
+
22
+ def self.authorized?(object, context)
23
+ context[:project] = object
24
+
25
+ chain = [
26
+ allowed_to?(:read, :project, object, context),
27
+ object.visible?
28
+ ].all?
29
+
30
+ super && chain
31
+ rescue Decidim::PermissionAction::PermissionNotSetError
32
+ false
33
+ end
21
34
  end
22
35
  end
23
36
  end
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-budgets version.
5
5
  module Budgets
6
6
  def self.version
7
- "0.28.4"
7
+ "0.28.6"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-budgets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.4
4
+ version: 0.28.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josep Jaume Rey Peroy
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2024-10-02 00:00:00.000000000 Z
13
+ date: 2025-04-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: decidim-comments
@@ -18,70 +18,70 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 0.28.4
21
+ version: 0.28.6
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - '='
27
27
  - !ruby/object:Gem::Version
28
- version: 0.28.4
28
+ version: 0.28.6
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: decidim-core
31
31
  requirement: !ruby/object:Gem::Requirement
32
32
  requirements:
33
33
  - - '='
34
34
  - !ruby/object:Gem::Version
35
- version: 0.28.4
35
+ version: 0.28.6
36
36
  type: :runtime
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - '='
41
41
  - !ruby/object:Gem::Version
42
- version: 0.28.4
42
+ version: 0.28.6
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: decidim-admin
45
45
  requirement: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - '='
48
48
  - !ruby/object:Gem::Version
49
- version: 0.28.4
49
+ version: 0.28.6
50
50
  type: :development
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - '='
55
55
  - !ruby/object:Gem::Version
56
- version: 0.28.4
56
+ version: 0.28.6
57
57
  - !ruby/object:Gem::Dependency
58
58
  name: decidim-dev
59
59
  requirement: !ruby/object:Gem::Requirement
60
60
  requirements:
61
61
  - - '='
62
62
  - !ruby/object:Gem::Version
63
- version: 0.28.4
63
+ version: 0.28.6
64
64
  type: :development
65
65
  prerelease: false
66
66
  version_requirements: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - '='
69
69
  - !ruby/object:Gem::Version
70
- version: 0.28.4
70
+ version: 0.28.6
71
71
  - !ruby/object:Gem::Dependency
72
72
  name: decidim-proposals
73
73
  requirement: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - '='
76
76
  - !ruby/object:Gem::Version
77
- version: 0.28.4
77
+ version: 0.28.6
78
78
  type: :development
79
79
  prerelease: false
80
80
  version_requirements: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - '='
83
83
  - !ruby/object:Gem::Version
84
- version: 0.28.4
84
+ version: 0.28.6
85
85
  description: A budgets component for decidim's participatory spaces.
86
86
  email:
87
87
  - josepjaume@gmail.com
@@ -240,6 +240,9 @@ files:
240
240
  - config/locales/ar.yml
241
241
  - config/locales/bg-BG.yml
242
242
  - config/locales/bg.yml
243
+ - config/locales/bn-BD.yml
244
+ - config/locales/bs-BA.yml
245
+ - config/locales/ca-IT.yml
243
246
  - config/locales/ca.yml
244
247
  - config/locales/cs-CZ.yml
245
248
  - config/locales/cs.yml
@@ -356,7 +359,7 @@ files:
356
359
  - lib/decidim/budgets/workflows/one.rb
357
360
  homepage: https://decidim.org
358
361
  licenses:
359
- - AGPL-3.0
362
+ - AGPL-3.0-or-later
360
363
  metadata:
361
364
  bug_tracker_uri: https://github.com/decidim/decidim/issues
362
365
  documentation_uri: https://docs.decidim.org/