From: karamori77 <78544883+karamori77@users.noreply.github.com> Date: Sun, 18 Apr 2021 13:40:47 +0000 (+0800) Subject: Update constant.py X-Git-Tag: 0.4.15~4^2~2 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=3a83f997714beef8087c08d6c30657d9abac4812;p=nhentai.git Update constant.py --- diff --git a/nhentai/constant.py b/nhentai/constant.py index 39c6f3e..b960d13 100644 --- a/nhentai/constant.py +++ b/nhentai/constant.py @@ -36,3 +36,9 @@ CONFIG = { 'language': '', 'template': '', } + LANGUAGEISO ={ + 'english' : 'en', + 'chinese' : 'zh', + 'japanese' : 'ja', + 'translated' : 'translated' + }