Update constant.py

This commit is contained in:
Ricter Zheng 2021-04-21 15:37:13 +08:00 committed by GitHub
parent 7c9d55e0ee
commit ad02371158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,9 +36,10 @@ CONFIG = {
'language': '', 'language': '',
'template': '', 'template': '',
} }
LANGUAGEISO ={
LANGUAGEISO ={
'english' : 'en', 'english' : 'en',
'chinese' : 'zh', 'chinese' : 'zh',
'japanese' : 'ja', 'japanese' : 'ja',
'translated' : 'translated' 'translated' : 'translated'
} }