Skip to content

Commit 0ffd87f

Browse files
committed
qt: Remove control characters from ko_KR translation
Last Transifex pull (064a690) introduced a few control characters into the Korean translation, which sometimes causes the build to fail. Manually remove these characters for now to get the build working -- they should still be removed at Transifex too.
1 parent 636d8e4 commit 0ffd87f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/qt/locale/bitcoin_ko_KR.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ Address: %4
11801180
<message>
11811181
<location line="+7"/>
11821182
<source>Use a custom data directory:</source>
1183-
<translation>커스텀 데이터 폴더 사용:</translation>
1183+
<translation>커스텀 데이터 폴더 사용:</translation>
11841184
</message>
11851185
<message>
11861186
<location filename="../intro.cpp" line="+85"/>
@@ -1626,7 +1626,7 @@ Address: %4
16261626
<message>
16271627
<location line="+59"/>
16281628
<source>Refund from %1</source>
1629-
<translation>%1 으로부터의 환불</translation>
1629+
<translation>%1 으로부터의 환불</translation>
16301630
</message>
16311631
<message>
16321632
<location line="+43"/>
@@ -1746,7 +1746,7 @@ Address: %4
17461746
<message>
17471747
<location line="+53"/>
17481748
<source>Using OpenSSL version</source>
1749-
<translation>오픈SSL 버전을 사용합니다</translation>
1749+
<translation>오픈SSL 버전을 사용합니다</translation>
17501750
</message>
17511751
<message>
17521752
<location line="+49"/>
@@ -2336,7 +2336,7 @@ Address: %4
23362336
<message>
23372337
<location line="-367"/>
23382338
<source>Are you sure you want to send?</source>
2339-
<translation>정말로 보내시겠습니까?</translation>
2339+
<translation>정말로 보내시겠습니까?</translation>
23402340
</message>
23412341
<message>
23422342
<location line="+9"/>
@@ -2772,7 +2772,7 @@ Address: %4
27722772
<message>
27732773
<location line="+2"/>
27742774
<source>not accepted</source>
2775-
<translation>허용되지 않는다</translation>
2775+
<translation>허용되지 않는다</translation>
27762776
</message>
27772777
<message>
27782778
<location line="+44"/>
@@ -4085,4 +4085,4 @@ If the file does not exist, create it with owner-readable-only file permissions.
40854085
파일이 없으면 소유자 읽기 전용 파일 권한으로 만들어야 합니다.</translation>
40864086
</message>
40874087
</context>
4088-
</TS>
4088+
</TS>

0 commit comments

Comments
 (0)