Skip to content

Commit

Permalink
Merge pull request #27 from iamport/fix/add-translate-for-birth-or-bu…
Browse files Browse the repository at this point in the history
…siness-code

생년월일/사업자등록번호에 대한 번역 추가
  • Loading branch information
kdino authored Jan 19, 2022
2 parents 712f1a0 + 10b85db commit 3ede418
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IamportPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: 우커머스용 아임포트 플러그인(국내 모든 PG를 한 번에)
* Plugin URI: http://www.iamport.kr
* Description: 우커머스용 한국PG 연동 플러그인 ( 신용카드 / 실시간계좌이체 / 가상계좌 / 휴대폰소액결제 - 에스크로포함 )
* Version: 2.2.30
* Version: 2.2.31
* Author: SIOT
* Author URI: http://www.siot.do
*
Expand Down
Binary file modified i18n/languages/iamport-for-woocommerce-en_US.mo
Binary file not shown.
5 changes: 5 additions & 0 deletions i18n/languages/iamport-for-woocommerce-en_US.po
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,11 @@ msgstr ""
msgid "생년월일 또는 사업자등록번호(법인카드)"
msgstr "Date of birth or business registration number (corporate cards)"

#: plugin_src/iamport-subscription.php:132
#: plugin_src/iamport-subscription.php:133
msgid "생년월일6자리 또는 사업자등록번호10자리"
msgstr "Date of birth(6 digits) or business registration number(10 digits)"

#: plugin_src/iamport-subscription.php:95
#: plugin_src/iamport-subscription.php:96
msgid "카드비밀번호 앞2자리"
Expand Down
5 changes: 5 additions & 0 deletions i18n/languages/iamport-for-woocommerce.pot
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,11 @@ msgstr ""
msgid "생년월일 또는 사업자등록번호(법인카드)"
msgstr ""

#: plugin_src/iamport-subscription.php:132
#: plugin_src/iamport-subscription.php:133
msgid "생년월일6자리 또는 사업자등록번호10자리"
msgstr ""

#: plugin_src/iamport-subscription.php:95
#: plugin_src/iamport-subscription.php:96
msgid "카드비밀번호 앞2자리"
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://www.iamport.kr
Tags: 네이버페이, 카카오페이, 페이코, 이니시스, KCP, naverpay, naver, payco, kakao, kakaopay, kpay, inicis, 유플러스, lguplus, uplus, 나이스, 나이스페이, nice, nicepay, 제이티넷, 티페이, jtnet, tpay, 다날, danal, 모빌리언스, mobilians, 정기결제, subscription, 해외카드, visa, master, jcb, shopping, mall, iamport
Requires at least: 3.5
Tested up to: 5.5.1
Stable tag: 2.2.30
Stable tag: 2.2.31
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -60,6 +60,9 @@ https://www.facebook.com/iamportservice


== Changelog ==
= 2.2.31 =
* 워드프레스 영문 설정에서 키인결제 선택 시, 영문 번역되지 않은 부분 수정

= 2.2.30 =
* 페이먼트월 결제수단 추가
* JS SDK 버전 선택 기능 추가
Expand Down

0 comments on commit 3ede418

Please sign in to comment.