Skip to content
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

Feature/korean translations #228

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## Added
- Korean transaltions

## [0.13.9] - 2023-09-24
### Added

Expand Down
28 changes: 28 additions & 0 deletions checkout-ui-custom/src/_js/_locale-infos.js
Original file line number Diff line number Diff line change
Expand Up @@ -661,4 +661,32 @@ module.exports._locale = {
state: 'Štát',
locale: 'cs',
},
KOR: {
country: "국가",
postalCode: "우편번호",
couponInactive: "할인을 받을 수 없습니다. 조건을 확인하세요.",
editLabel: "편집",
paypalImg: "",
paypalPhone: "1 (888) 221-1161",
cartSubmitButton: "결제로 이동",
deliveryDateText: "도착 예정일",
PickupDateText: "준비 완료 예정일",
eachLabel: "개당",
tomorrowLabel: "내일",
cartNoteLabel: "선물 메시지 또는 코멘트",
identifiedUserMessage: "다시 오신 것을 환영합니다!\n거래를 신속하게 진행하기 위해 정보를 안전하게 입력했습니다.",
address1Placeholder: "거리 주소 또는 P.O. 박스",
address2Placeholder: "아파트, 스위트, 건물, 층 등 (선택 사항)",
checkoutStepsLabelCart: "장바구니",
checkoutStepsLabelIdentification: "본인 확인",
checkoutStepsLabelShipping: "배송",
checkoutStepsLabelPayment: "결제",
checkoutStepsLabelConfirmation: "확인",
googleAddressLabel: "거리 주소",
requiredField: "이 필드는 필수입니다.",
city: "도시",
state: "주",
locale: "ko-KR",
noStreetAddress: "배송 정보에 필수 필드가 누락되었습니다. 거리 주소 또는 P.O. 박스를 포함하세요."
},
}