Locale name fix
This commit is contained in:
parent
783f43db5f
commit
461238f8ae
|
|
@ -519,7 +519,7 @@ LANGUAGES = [
|
|||
('th', _('Thai')),
|
||||
('tr', _('Turkish')),
|
||||
('vi', _('Vietnamese')),
|
||||
('zh', _('Chinese')),
|
||||
('zh-cn', _('Chinese')),
|
||||
]
|
||||
|
||||
# Currencies available for use
|
||||
|
|
|
|||
Loading…
Reference in New Issue