Removes custom content on seeds
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
en:
|
||||
seeds:
|
||||
settings:
|
||||
official_level_1_name: Public workers
|
||||
official_level_2_name: Municipal Organization
|
||||
official_level_3_name: General Directors
|
||||
official_level_4_name: Councillors
|
||||
official_level_5_name: Mayor
|
||||
official_level_1_name: Official position 1
|
||||
official_level_2_name: Official position 2
|
||||
official_level_3_name: Official position 3
|
||||
official_level_4_name: Official position 4
|
||||
official_level_5_name: Official position 5
|
||||
geozones:
|
||||
north_district: North District
|
||||
west_district: West District
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
es:
|
||||
seeds:
|
||||
settings:
|
||||
official_level_1_name: Empleados públicos
|
||||
official_level_2_name: Organización Municipal
|
||||
official_level_3_name: Directores generales
|
||||
official_level_4_name: Concejales
|
||||
official_level_5_name: Alcaldesa
|
||||
official_level_1_name: Cargo oficial 1
|
||||
official_level_2_name: Cargo oficial 2
|
||||
official_level_3_name: Cargo oficial 3
|
||||
official_level_4_name: Cargo oficial 4
|
||||
official_level_5_name: Cargo oficial 5
|
||||
geozones:
|
||||
north_district: Distrito Norte
|
||||
west_district: Distrito Oeste
|
||||
|
||||
12
db/seeds.rb
12
db/seeds.rb
@@ -7,11 +7,11 @@ end
|
||||
|
||||
# Names for the moderation console, as a hint for moderators
|
||||
# to know better how to assign users with official positions
|
||||
Setting["official_level_1_name"] = "Empleados públicos"
|
||||
Setting["official_level_2_name"] = "Organización Municipal"
|
||||
Setting["official_level_3_name"] = "Directores generales"
|
||||
Setting["official_level_4_name"] = "Concejales"
|
||||
Setting["official_level_5_name"] = "Alcaldesa"
|
||||
Setting["official_level_1_name"] = "Cargo oficial 1"
|
||||
Setting["official_level_2_name"] = "Cargo oficial 2"
|
||||
Setting["official_level_3_name"] = "Cargo oficial 3"
|
||||
Setting["official_level_4_name"] = "Cargo oficial 4"
|
||||
Setting["official_level_5_name"] = "Cargo oficial 5"
|
||||
|
||||
# Max percentage of allowed anonymous votes on a debate
|
||||
Setting["max_ratio_anon_votes_on_debates"] = 50
|
||||
@@ -26,7 +26,7 @@ Setting["max_votes_for_proposal_edit"] = 1000
|
||||
Setting['comments_body_max_length'] = 1000
|
||||
|
||||
# Prefix for the Proposal codes
|
||||
Setting["proposal_code_prefix"] = 'MAD'
|
||||
Setting["proposal_code_prefix"] = 'CONSUL'
|
||||
|
||||
# Number of votes needed for proposal success
|
||||
Setting["votes_for_proposal_success"] = 53726
|
||||
|
||||
Reference in New Issue
Block a user