File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <div class =" info-key" >{{ $t("main.information.name.key") }}</div >
88 <div class =" info-value bold" >{{ $t("main.information.name.value") }}</div >
99 </div >
10+ <div class =" info-row" >
11+ <div class =" info-key" >{{ $t("main.information.alt_name.key") }}</div >
12+ <div class =" info-value bold" >
13+ {{ $t("main.information.alt_name.value") }}
14+ </div >
15+ </div >
1016 <div class =" info-row" >
1117 <div class =" info-key" >{{ $t("main.information.email.key") }}</div >
1218 <div class =" info-value link bold" >
Original file line number Diff line number Diff line change @@ -113,6 +113,10 @@ export default {
113113 key : "Name" ,
114114 value : "Chansol Park" ,
115115 } ,
116+ alt_name : {
117+ key : "Alternative Name" ,
118+ value : "Solrin Park" ,
119+ } ,
116120 email : {
117121 key : "Email" ,
118122 value : "sorisem4106{'@'}naver.com" ,
Original file line number Diff line number Diff line change @@ -106,6 +106,10 @@ export default {
106106 key : "이름" ,
107107 value : "박찬솔" ,
108108 } ,
109+ alt_name : {
110+ key : "대체 이름" ,
111+ value : "솔린(Solrin)" ,
112+ } ,
109113 email : {
110114 key : "이메일" ,
111115 value : "sorisem4106{'@'}naver.com" ,
You can’t perform that action at this time.
0 commit comments