adds japanese translation as a version-switcher option (#70214)
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
This commit is contained in:
parent
eaf6086eea
commit
4a0f42923b
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ html_context = {
|
||||||
'current_version': version,
|
'current_version': version,
|
||||||
'latest_version': '2.9',
|
'latest_version': '2.9',
|
||||||
# list specifically out of order to make latest work
|
# 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
|
'css_files': ('_static/ansible.css', # overrides to the standard theme
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue