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': '',
'template': '',
}
LANGUAGEISO ={
LANGUAGEISO ={
'english' : 'en',
'chinese' : 'zh',
'japanese' : 'ja',
'translated' : 'translated'
}
}