Skip to content

Commit b9e95ba

Browse files
committed
[I18N] fix Korean po file
Weblate sometimes incorrectly msgmerges when a line ends with `/""` and wraps one of the `"`'s to the next line causing an invalid po file since the closing `"` is now escaped so the line never correctly ends. This unfortunately has to be manually fixed directly in the code for now. closes #15031 Signed-off-by: Tiffany Chang (tic) <[email protected]>
1 parent 13037ed commit b9e95ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locale/ko/LC_MESSAGES/finance.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11109,8 +11109,8 @@ msgstr ":doc:`알맞게 결제대행업체 설정 <../../payment_providers>` 되
1110911109
msgid "By default, \":doc:`Wire Transfer </applications/finance/payment_providers/wire_transfer>`\" is the only payment provider activated, but you still have to fill out the payment details."
1111011110
msgstr ""
1111111111
"기본값으로 "
11112-
"\":doc:`온라인 이체 </applications/finance/payment_providers/wire_transfer>`\"
11113-
""만 결제대행업체을 사용하도록 설정되어 있으나, 여기에도 결제 세부 정보를 "
11112+
"\":doc:`온라인 이체 </applications/finance/payment_providers/wire_transfer>`"
11113+
"\"만 결제대행업체을 사용하도록 설정되어 있으나, 여기에도 결제 세부 정보를 "
1111411114
"입력해야 합니다."
1111511115

1111611116
#: ../../content/applications/finance/accounting/payments/online.rst:25

0 commit comments

Comments
 (0)