adds japanese translation as a version-switcher option (#70214)

Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
This commit is contained in:
Alicia Cozine 2020-06-22 15:25:44 -05:00 committed by GitHub
parent eaf6086eea
commit 4a0f42923b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,7 +147,7 @@ html_context = {
'current_version': version,
'latest_version': '2.9',
# list specifically out of order to make latest work
'available_versions': ('latest', '2.8', '2.7', 'devel'),
'available_versions': ('latest', '2.9_ja', '2.8', '2.7', 'devel'),
'css_files': ('_static/ansible.css', # overrides to the standard theme
),
}