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

Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
(cherry picked from commit 4a0f42923b)
pull/70227/head
Sandra McCann 4 years ago committed by GitHub
parent 89dfe82705
commit 3b7f71dfae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
),
}

Loading…
Cancel
Save