Skip to content

Commit ba83ec7

Browse files
committed
Enhance i18n
1 parent 30be266 commit ba83ec7

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

src/main/resources/locale/message.properties

+1
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ kkutu.dialog.dict.wpInput=여기에 입력
618618
kkutu.dialog.dict.searchBtn=검색
619619
kkutu.dialog.invite.title=초대
620620
kkutu.dialog.invite.inviteAI=AI 초대
621+
kkutu.dialog.report.title=회원 신고
621622
kkutu.dialog.report.category=가장 적합한 신고 사유를 선택하여 주십시오.
622623
kkutu.dialog.report.tail=신고 사유를 구체적으로 입력해 주십시오.
623624
kkutu.dialog.report.section.01=부적절한 채팅 및 프로필

src/main/resources/locale/message_ko.properties

+1
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ kkutu.dialog.dict.wpInput=여기에 입력
618618
kkutu.dialog.dict.searchBtn=검색
619619
kkutu.dialog.invite.title=초대
620620
kkutu.dialog.invite.inviteAI=AI 초대
621+
kkutu.dialog.report.title=회원 신고
621622
kkutu.dialog.report.category=가장 적합한 신고 사유를 선택하여 주십시오.
622623
kkutu.dialog.report.tail=신고 사유를 구체적으로 입력해 주십시오.
623624
kkutu.dialog.report.section.01=부적절한 채팅 및 프로필

src/main/resources/templates/view/kkutu/kkutu.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ <h4 class="dialog-bar-value" id="profile-place"></h4>
557557
</th:block>
558558
</th:block>
559559
<th:block
560-
layout:replace="~{view/kkutu/dialog::dialog(id='ReportDialog',width=350,height=265,title='끄투리오 회원 신고하기')}">
560+
layout:replace="~{view/kkutu/dialog::dialog(id='ReportDialog',width=350,height=265,title=#{kkutu.dialog.report.title})}">
561561
<th:block layout:fragment="content">
562562
<b th:text="#{kkutu.dialog.report.category}" style="display:block;"></b>
563563
<select id="rsl" style="width:100%; margin-top: 5px; margin-bottom: 5px;">

src/main/resources/templates/view/kkutu/m_kkutu.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -558,9 +558,9 @@ <h4 class="dialog-bar-value" id="profile-place"></h4>
558558
</th:block>
559559
</th:block>
560560
<th:block
561-
layout:replace="~{view/kkutu/dialog::dialog(id='ReportDialog',width=350,height=265,title='끄투리오 회원 신고하기')}">
561+
layout:replace="~{view/kkutu/dialog::dialog(id='ReportDialog',width=350,height=265,title=#{kkutu.dialog.report.title})}">
562562
<th:block layout:fragment="content">
563-
<b th:text="#{kkutu.dialog.report.category}"></b>
563+
<b th:text="#{kkutu.dialog.report.category}" style="display:block;"></b>
564564
<select id="rsl" style="width:100%; margin-top: 5px; margin-bottom: 5px;">
565565
<option th:text="#{kkutu.dialog.report.category}" disabled selected></option>
566566

@@ -598,7 +598,7 @@ <h4 class="dialog-bar-value" id="profile-place"></h4>
598598
</optgroup>
599599
</select>
600600

601-
<b th:text="#{kkutu.dialog.report.tail}"></b>
601+
<b th:text="#{kkutu.dialog.report.tail}" style="display:block;"></b>
602602
<textarea id="rst"
603603
maxlength="250"
604604
placeholder="신고 사유를 250자 이내로 상세 입력해주세요. 상세하게 입력하실수록 빠른 처리가 가능해집니다."

0 commit comments

Comments
 (0)