forked from baron/baron-sso
fix: resolve i18n synchronization and fix backend tests
- Added missing i18n keys for integrity and tenant profile pages to root and adminfront locales. - Corrected i18n section structure in template.toml. - Fixed Hanmac email policy test by improving tenant hierarchy mocking and ensuring correct CompanyCode propagation. - Resolved various backend test failures by updating expectations for normalized roles and fixing undefined variables.
This commit is contained in:
@@ -3045,12 +3045,39 @@ description = ""
|
||||
[msg.admin.integrity.check.orphan_user_tenant_memberships]
|
||||
description = ""
|
||||
|
||||
[ui.admin.integrity]
|
||||
tab_checks = ""
|
||||
tab_user_projection = ""
|
||||
subtitle = ""
|
||||
|
||||
[ui.admin.tenants.profile]
|
||||
worksmobile_enabled = ""
|
||||
worksmobile_excluded = ""
|
||||
worksmobile_sync = ""
|
||||
allowed_domains = ""
|
||||
|
||||
|
||||
[msg.admin.integrity]
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.integrity.section.tenant_integrity]
|
||||
description = ""
|
||||
|
||||
[ui.admin.integrity]
|
||||
fetch_error = ""
|
||||
kicker = ""
|
||||
loading = ""
|
||||
subtitle = ""
|
||||
tab_checks = ""
|
||||
tab_user_projection = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.profile]
|
||||
allowed_domains = ""
|
||||
worksmobile_enabled = ""
|
||||
worksmobile_excluded = ""
|
||||
worksmobile_sync = ""
|
||||
|
||||
[msg.admin.integrity.section.user_integrity]
|
||||
description = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user