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

Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
(cherry picked from commit 4a0f42923b)
This commit is contained in:
Sandra McCann 2020-06-22 16:41:05 -04:00 committed by GitHub
parent 0b7e3694c7
commit 82a3366701
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
),
}