Some Correction for Korean translation files what I've missed.
author악동분홍토끼 <pinkrabbit412@daum.net>
Tue, 11 Jan 2022 06:00:11 +0000 (15:00 +0900)
committer악동분홍토끼 <pinkrabbit412@daum.net>
Tue, 11 Jan 2022 06:00:11 +0000 (15:00 +0900)
1. Some Correction for Korean translation files what I've missed(Removed "#, fuzzy", hyperlink typo).

docs/locale/ko/LC_MESSAGES/getting_started.po
docs/locale/ko/LC_MESSAGES/install.po
docs/locale/ko/LC_MESSAGES/streaming.po

index 5951400d7a96672df8ea580e3c89236fe89823cf..df0a8e683b535cbb55b01b53acb08dbe1b8f938f 100644 (file)
@@ -39,7 +39,6 @@ msgid "Hello Tweepy"
 msgstr "Tweepy.안녕()!"
 
 #: ../../getting_started.rst:31
-#, fuzzy
 msgid ""
 "This example will download your home timeline tweets and print each one "
 "of their texts to the console. Twitter requires all requests to use OAuth"
index bd7666bc30d2b18639f028c11f4f81e07f82005d..30ca99c295f9625e9aa39d2f8c735592f94fcf98 100644 (file)
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: tweepy 4.4.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2022-01-08 05:35+0900\n"
-"PO-Revision-Date: 2021-12-03 16:41+0900\n"
+"PO-Revision-Date: 2022-01-11 14:53+0900\n"
 "Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
@@ -22,11 +22,11 @@ msgid "Installation"
 msgstr "설치하기"
 
 #: ../../install.rst:4
-#, fuzzy
 msgid ""
 "The easiest way to install the latest version from PyPI is by using "
 "`pip`_::"
-msgstr "PyPI로부터 최신 버전을 설치하는 가장 쉬운 방법은, pip를 이용하는 것입니다::"
+msgstr ""
+"PyPI로부터 최신 버전을 설치하는 가장 쉬운 방법은, `pip`_ 를 이용하는 것입니다::"
 
 #: ../../install.rst:10
 msgid ""
index 25581351d85d4403a694d6f4eeb2354fb46fccbb..faf584e1d11b122924fd5201be3f522703564e32 100644 (file)
@@ -30,7 +30,6 @@ msgstr ""
 "`샘플링(Sampling)`_ 을 지원합니다. "
 
 #: ../../streaming.rst:15
-#, fuzzy
 msgid ""
 "Streams utilize Streaming HTTP protocol to deliver data through an open, "
 "streaming API connection. Rather than delivering data in batches through "
@@ -113,7 +112,6 @@ msgid "Handling Errors"
 msgstr "오류(Error) 처리"
 
 #: ../../streaming.rst:80
-#, fuzzy
 msgid ""
 ":class:`Stream` has multiple methods to handle errors during streaming. "
 ":meth:`Stream.on_closed` is called when the stream is closed by Twitter. "