mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Add setting to use browser locale if available (#404)
This commit is contained in:
committed by
GitHub
parent
5decb702f2
commit
2e07f7b00d
@@ -41,6 +41,7 @@ export type TenantSettingCollapseBoardsInHeader =
|
||||
|
||||
interface ITenantSetting {
|
||||
brand_display?: TenantSettingBrandDisplay;
|
||||
use_browser_locale?: boolean;
|
||||
root_board_id?: number;
|
||||
is_private?: boolean;
|
||||
email_registration_policy?: TenantSettingEmailRegistrationPolicy;
|
||||
|
||||
Reference in New Issue
Block a user