Add setting to manage visibility of vote count, vote button and decide root page (#197)

This commit is contained in:
Riccardo Graziosi
2023-02-05 11:55:38 +01:00
committed by GitHub
parent d4242dd78e
commit e7335f5622
35 changed files with 246 additions and 48 deletions

View File

@@ -47,6 +47,28 @@ en:
subject: '[%{app_name}] Status change on post %{post}'
body: "The post you're following %{post} has a new status"
activerecord:
models:
board:
one: 'Board'
other: 'Boards'
comment:
one: 'Comment'
other: 'Comments'
like:
one: 'Vote'
other: 'Votes'
o_auth:
one: 'OAuth'
other: 'OAuths'
post_status:
one: 'Status'
other: 'Statuses'
post:
one: 'Post'
other: 'Posts'
user:
one: 'User'
other: 'Users'
attributes:
board:
name: 'Name'
@@ -92,7 +114,11 @@ en:
site_logo: 'Site logo'
subdomain: 'Subdomain'
locale: 'Language'
brand_setting: 'Display'
tenant_setting:
brand_display: 'Display'
show_vote_count: 'Show vote count to users'
show_vote_button_in_board: 'Show vote buttons in board page'
root_board_id: 'Root page'
user:
email: 'Email'
full_name: 'Full name'