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

View File

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