Skip to content

Commit

Permalink
Merge pull request #145 from 5iaw/master
Browse files Browse the repository at this point in the history
[FIX] fix English translation issue for "서비스 안내" in the footer #138
  • Loading branch information
5iaw authored Aug 27, 2024
2 parents 17edae0 + 835b561 commit 0009706
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/components/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ul>
<li><a (click)="toMemberPolicy()">{{'footer.Terms'|translate}}</a></li>
<li><a (click)="toCollectedInfo()">{{'footer.privacyRule'|translate}}</a></li>
<li><a (click)="toServiceGuide()">서비스안내</a></li>
<li><a (click)="toServiceGuide()">{{'footer.serviceGuide'|translate}}</a></li>
</ul>
</div>

Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"footer": {
"Terms": "Terms of Services",
"privacyRule": "Privacy",
"serviceGuide": "Service Guide",
"unauthorizedEmail": "Rejection of unauthorized e-mail collection",
"citeMap": "Site Map",
"address": "558, Handong-ro, Heunghae-eup, Buk-gu, Pohang-si,\n Gyeongsangbuk-do, Republic of Korea"
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"footer": {
"Terms": "이용약관",
"privacyRule": "개인정보처리방침",
"serviceGuide": "서비스 안내",
"unauthorizedEmail": "이메일무단수집거부",
"citeMap": "사이트맵",
"address": "경상북도 포항시 북구 흥해읍 한동로 558"
Expand Down

0 comments on commit 0009706

Please sign in to comment.