1
0
forked from baron/baron-sso

i18n, userfront: TOML Bare Key 규격 비호환으로 인한 번역 파일 파싱 오류 및 테스트 실패 문제 해결

This commit is contained in:
2026-06-15 10:07:48 +09:00
parent b714213b78
commit e0ce6b6295
6 changed files with 12 additions and 12 deletions

View File

@@ -882,7 +882,7 @@ title_with_code = "오류: {{code}}"
type = "오류 종류: {{type}}"
[msg.userfront.error.ory]
$normalizedCode = "{{error}}"
"$normalizedCode" = "{{error}}"
access_denied = "사용자가 동의를 거부했습니다."
consent_required = "앱 접근 동의가 필요합니다."
interaction_required = "추가 상호작용이 필요합니다. 다시 시도해 주세요."
@@ -914,7 +914,7 @@ tenant_unknown = "알 수 없음"
title = "접근 제한 정보"
[msg.userfront.error.whitelist]
$normalizedCode = "{{error}}"
"$normalizedCode" = "{{error}}"
bad_request = "입력값을 확인해 주세요."
invalid_session = "세션이 만료되었습니다. 다시 로그인해 주세요."
not_found = "요청한 페이지를 찾을 수 없습니다."