1
0
forked from baron/baron-sso

fix: i18n 리소스 체크 실패 대응 (template.toml 누락 키 추가 및 미사용 키 정리) #239

This commit is contained in:
2026-02-11 17:40:59 +09:00
parent 6ae35e1bd7
commit b59e70031d
3 changed files with 24 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ missing = "Missing"
[msg]
[msg.admin]
logout_confirm = "Are you sure you want to log out?"
idp_env_prod = "IDP env: prod"
scope_admin = "Scoped to /admin"
session_ttl = "Session TTL: 15m admin"
@@ -1309,3 +1310,7 @@ action = "Action"
msg.admin.logout_confirm = "Are you sure you want to log out?"
ui.admin.nav.logout = "Logout"
ui.admin.nav.relying_parties = "Apps (RP)"
[ui.admin.nav]
logout = "Logout"
tenant_groups = "Tenant Groups"