diff options
| author | Rapptz <[email protected]> | 2018-07-31 17:37:22 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-07-31 17:37:22 -0400 |
| commit | 18385dc49f3679d5d79a36637bf3b020202e3e22 (patch) | |
| tree | d9cc2e5ba30bee84dd8f39e8697ef965b3024ba0 /docs/conf.py | |
| parent | message: de-duplicate reaction type conversion (diff) | |
| download | discord.py-18385dc49f3679d5d79a36637bf3b020202e3e22.tar.xz discord.py-18385dc49f3679d5d79a36637bf3b020202e3e22.zip | |
Add stubs for Japanese translations.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index dd486917..419778c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -97,6 +97,9 @@ release = version # Usually you set "language" from the command line for these cases. language = None +locale_dirs = ['locale/'] +gettext_compact = False + # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: #today = '' |