From: 악동분홍토끼 Date: Tue, 11 Jan 2022 06:00:11 +0000 (+0900) Subject: Some Correction for Korean translation files what I've missed. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=34f91030e8a9c6b997414cb85341e78217bd6c7c;p=tweepy.git Some Correction for Korean translation files what I've missed. 1. Some Correction for Korean translation files what I've missed(Removed "#, fuzzy", hyperlink typo). --- diff --git a/docs/locale/ko/LC_MESSAGES/getting_started.po b/docs/locale/ko/LC_MESSAGES/getting_started.po index 5951400..df0a8e6 100644 --- a/docs/locale/ko/LC_MESSAGES/getting_started.po +++ b/docs/locale/ko/LC_MESSAGES/getting_started.po @@ -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" diff --git a/docs/locale/ko/LC_MESSAGES/install.po b/docs/locale/ko/LC_MESSAGES/install.po index bd7666b..30ca99c 100644 --- a/docs/locale/ko/LC_MESSAGES/install.po +++ b/docs/locale/ko/LC_MESSAGES/install.po @@ -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: 악동분홍토끼 \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 "" diff --git a/docs/locale/ko/LC_MESSAGES/streaming.po b/docs/locale/ko/LC_MESSAGES/streaming.po index 2558135..faf584e 100644 --- a/docs/locale/ko/LC_MESSAGES/streaming.po +++ b/docs/locale/ko/LC_MESSAGES/streaming.po @@ -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. "