File tree Expand file tree Collapse file tree 5 files changed +4749
-4735
lines changed Expand file tree Collapse file tree 5 files changed +4749
-4735
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.7\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2020-02-10 04:47+0000\n "
14
+ "POT-Creation-Date : 2020-02-11 04:47+0000\n "
15
15
"PO-Revision-Date : 2019-09-01 03:21+0000\n "
16
16
"Last-Translator : tomo, 2019\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -910,9 +910,9 @@ msgid ""
910
910
"Linux it is :file:`/usr/share/locale`, but on Solaris it is "
911
911
":file:`/usr/lib/locale`. The :mod:`gettext` module does not try to support "
912
912
"these system dependent defaults; instead its default is "
913
- ":file:`{sys.prefix }/share/locale` (see :data:`sys.prefix `). For this reason, "
914
- " it is always best to call :func:`bindtextdomain` with an explicit absolute "
915
- "path at the start of your application."
913
+ ":file:`{sys.base_prefix }/share/locale` (see :data:`sys.base_prefix `). For "
914
+ "this reason, it is always best to call :func:`bindtextdomain` with an "
915
+ "explicit absolute path at the start of your application."
916
916
msgstr ""
917
917
918
918
#: ../../library/gettext.rst:660
You can’t perform that action at this time.
0 commit comments