Add setting to use browser locale if available (#404)

This commit is contained in:
Riccardo Graziosi
2024-09-08 14:40:48 +02:00
committed by GitHub
parent 5decb702f2
commit 2e07f7b00d
10 changed files with 41 additions and 2 deletions

View File

@@ -125,6 +125,7 @@ en:
custom_domain: 'Custom domain'
tenant_setting:
brand_display: 'Display'
use_browser_locale: 'Use browser language'
is_private: 'Private site'
email_registration_policy: 'Email registration policy'
allowed_email_domains: 'Allowed email domains'

View File

@@ -183,6 +183,7 @@ en:
brand_setting_name: 'Name only'
brand_setting_logo: 'Logo only'
brand_setting_none: 'None'
use_browser_locale_help: "If you enable this setting, the feedback space will be displayed in the user's browser preferred language. If the language is not available, the default language will be used."
subtitle_privacy: 'Privacy'
is_private_help: 'If you enable this setting, only logged in users will be able to see the content of the feedback space.'
subtitle_moderation: 'Moderation'