From 3a83f997714beef8087c08d6c30657d9abac4812 Mon Sep 17 00:00:00 2001 From: karamori77 <78544883+karamori77@users.noreply.github.com> Date: Sun, 18 Apr 2021 21:40:47 +0800 Subject: [PATCH] Update constant.py --- nhentai/constant.py | 6 ++++++ 1 file changed, 6 insertions(+) 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' + } -- 2.44.0