diff --git a/odoa.py b/odoa.py index 30db1e8..54ddb47 100644 --- a/odoa.py +++ b/odoa.py @@ -9,7 +9,7 @@ class ODOA(object): TOTAL_PAGES = 159 BASE_API = 'https://raw.githubusercontent.com/semarketir/quranjson/master/source' - SUPPORTED_LANGUAGES = ['id'] + SUPPORTED_LANGUAGES = ['id', 'en'] def get_random_surah(self, lang='id'): """ @@ -71,4 +71,4 @@ def __get_translation(self, surah, ayat, lang): except IOError: return None else: - return translation \ No newline at end of file + return translation