[IMP] conf: add names for newly activated languages
closes odoo/documentation#3499 Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
This commit is contained in:
parent
9049013dde
commit
734c0ee6ef
4
conf.py
4
conf.py
@ -224,11 +224,13 @@ languages_names = {
|
||||
'en': 'EN',
|
||||
'es': 'ES',
|
||||
'fr': 'FR',
|
||||
'it': 'IT',
|
||||
'nl': 'NL',
|
||||
'pt_BR': 'PT',
|
||||
'ro': 'RO',
|
||||
'uk': 'UA',
|
||||
'zh_CN': 'ZH',
|
||||
'zh_CN': 'ZH (CN)',
|
||||
'zh_TW': 'ZH (TW)'
|
||||
}
|
||||
|
||||
# The directory in which files holding redirect rules used by the 'redirects' extension are listed.
|
||||
|
Loading…
Reference in New Issue
Block a user