Skip to content

Commit 6a4bbec

Browse files
authored
Added French & Spanish to options
1 parent e208886 commit 6a4bbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def get_clock_formats(self):
9696
return ['12h', '24h']
9797

9898
def get_languages(self):
99-
return ['English', 'Arabic']#, 'French']
99+
return ['English', 'Arabic', 'French', 'Spanish']
100100

101101
def get_fajr_adhans(self):
102102
dirfiles = os.listdir(os.path.dirname(os.path.realpath(__file__)) + "/audio/Fajr/")

0 commit comments

Comments
 (0)