]> git.lizzy.rs Git - nhentai.git/commitdiff
Update constant.py
authorkaramori77 <78544883+karamori77@users.noreply.github.com>
Sun, 18 Apr 2021 13:40:47 +0000 (21:40 +0800)
committerGitHub <noreply@github.com>
Sun, 18 Apr 2021 13:40:47 +0000 (21:40 +0800)
nhentai/constant.py

index 39c6f3e616b67f4cf878d348b971f954b8323a6a..b960d13e4bcf4d452aef088204e2c01dccee3367 100644 (file)
@@ -36,3 +36,9 @@ CONFIG = {
     'language': '',
     'template': '',
 }
+ LANGUAGEISO ={
+    'english' : 'en',
+    'chinese' : 'zh',
+    'japanese' : 'ja',
+    'translated' : 'translated'
+ }