-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Application] View internalization with MessageSource #34
Comments
국제화 문자열 상수이 문서는 형식
통행증 영역HoyopassListView
국제화 문자열 상수이 문서는 통행증 영역HoyopassListView
UidListView
일일출석 영역DailyCheckListView
리딤 영역RedeemListView
RedeemListTextView
여행자 영역TravelerStatusView
오류 템플릿 & 오류 바인딩표를 정리해 놓고 보니까, 문자열 상수 의존이 views 패키지에서 출발되도록 조정해야 할 듯. ⇒ 오류 바인더들을 views.error.binders 패키지로 이동시킬 것. DefaultErrorExplain
ErrorContextBinders
|
pending |
As-is:
View classes contain Inline strings. This will explode the complexity of the management of the strings used in a view.
To-be:
Substitute inline strings inside the view classes to i18n constants managed by a MessageSource bean.
The text was updated successfully, but these errors were encountered: