]> git.lizzy.rs Git - nhentai.git/blobdiff - nhentai/constant.py
Update constant.py
[nhentai.git] / nhentai / constant.py
index 39c6f3e616b67f4cf878d348b971f954b8323a6a..b960d13e4bcf4d452aef088204e2c01dccee3367 100644 (file)
@@ -36,3 +36,9 @@ CONFIG = {
     'language': '',
     'template': '',
 }
+ LANGUAGEISO ={
+    'english' : 'en',
+    'chinese' : 'zh',
+    'japanese' : 'ja',
+    'translated' : 'translated'
+ }