Skip to content

Commit

Permalink
docs: fix incorrect language strings
Browse files Browse the repository at this point in the history
This commit contains the following changes:
- Fix the incorrect language settings in conf.py
  • Loading branch information
Zhang committed Jul 2, 2018
1 parent 3ac95e8 commit 58f01b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = en
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = ja
language = 'ja'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down

0 comments on commit 58f01b6

Please sign in to comment.