[FIX] add missing language names to the language switcher

Even though the Thai documentation has been built and is available, it
didn't show up in the language switcher. This is because it needs to be
given a "language name" first.

This commis add the language names corresponding to the newly added
translations (namely, into Thai and Japanese).

closes odoo/documentation#10735

Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
This commit is contained in:
Louis Wicket (wil) 2024-08-13 14:32:53 +02:00
parent 665dc87335
commit 9cf55e3fc0

View File

@ -252,11 +252,13 @@ languages_names = {
'es': 'ES',
'fr': 'FR',
'it': 'IT',
'ja': 'JA',
'ko': 'KO',
'nl': 'NL',
'pt_BR': 'PT',
'ro': 'RO',
'sv': 'SV',
'th': 'TH',
'uk': 'UA',
'zh_CN': 'ZH (CN)',
'zh_TW': 'ZH (TW)'