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