Adding config bool for userhall image upload

This commit is contained in:
2026-05-11 05:59:37 +02:00
parent 1f4cbfcec7
commit 9d4d3fbdcb
7 changed files with 101 additions and 60 deletions

View File

@@ -481,9 +481,16 @@
hall_name_empty: "{{ t('hall.enter_name_error') }}",
hall_enter_name_error: "{{ t('hall.enter_name_error') }}",
hall_slug_empty_error: "{{ t('hall.slug_empty_error') }}",
hall_delete_confirm: "{{ t('hall.delete_confirm') }}",
hall_image_uploaded: "{{ t('hall.image_uploaded') }}",
hall_image_removed: "{{ t('hall.image_removed') }}",
hall_click_upload_hint: "{{ t('hall.click_upload_hint') }}",
common_save: "{{ t('common.save') }}",
common_delete: "{{ t('common.delete') }}",
common_view: "{{ t('common.view') }}",
common_name: "{{ t('common.name') }}",
common_description: "{{ t('common.description') }}",
common_private: "{{ t('common.private') }}",
// notifications
notif_upload_approved: "{{ t('notifications.upload_approved_short') }}",
notif_upload_pending: "{{ t('notifications.upload_pending_short') }}",