From 39002a791d5caf8fd6978a071bebc0911f949f54 Mon Sep 17 00:00:00 2001 From: emily_c_wang Date: Sat, 8 Jul 2023 16:20:56 +0800 Subject: [PATCH 1/3] docs: Add venv 225 --- library/venv.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/venv.po b/library/venv.po index 4279e0d4bb..37cea64860 100644 --- a/library/venv.po +++ b/library/venv.po @@ -481,7 +481,7 @@ msgstr "" msgid "" "The returned context object is a :class:`types.SimpleNamespace` with the " "following attributes:" -msgstr "" +msgstr "回傳的內容物件(context object)其型別會是 :class:`types.SimpleNamespace`,並包含以下屬性:" #: ../../library/venv.rst:228 msgid "" From 56b3097e921bce5be607ace426bf0640c93adce5 Mon Sep 17 00:00:00 2001 From: emily_c_wang Date: Sat, 8 Jul 2023 16:41:33 +0800 Subject: [PATCH 2/3] fix: Fix syntax --- library/venv.po | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library/venv.po b/library/venv.po index 37cea64860..b68d9fd144 100644 --- a/library/venv.po +++ b/library/venv.po @@ -481,13 +481,16 @@ msgstr "" msgid "" "The returned context object is a :class:`types.SimpleNamespace` with the " "following attributes:" -msgstr "回傳的內容物件(context object)其型別會是 :class:`types.SimpleNamespace`,並包含以下屬性:" +msgstr "" +"回傳的內容物件(context object)其型別會是 :class:`types.SimpleNamespace`," +"並包含以下屬性:" #: ../../library/venv.rst:228 msgid "" "``env_dir`` - The location of the virtual environment. Used for " "``__VENV_DIR__`` in activation scripts (see :meth:`install_scripts`)." msgstr "" +"``env_dir`` - " #: ../../library/venv.rst:231 msgid "" From 056f9f58078a768757ccddd1f50921397cfc7be3 Mon Sep 17 00:00:00 2001 From: emily_c_wang Date: Sat, 8 Jul 2023 18:57:22 +0800 Subject: [PATCH 3/3] fix: Remove untranslated line --- library/venv.po | 1 - 1 file changed, 1 deletion(-) diff --git a/library/venv.po b/library/venv.po index b68d9fd144..7529a10d37 100644 --- a/library/venv.po +++ b/library/venv.po @@ -490,7 +490,6 @@ msgid "" "``env_dir`` - The location of the virtual environment. Used for " "``__VENV_DIR__`` in activation scripts (see :meth:`install_scripts`)." msgstr "" -"``env_dir`` - " #: ../../library/venv.rst:231 msgid ""