We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c2677 commit 755c3f4Copy full SHA for 755c3f4
translate.py
@@ -53,11 +53,11 @@ def translate_text(text):
53
'Location: %s': 'الموقع: %s',
54
'Qibla is %.2f° from True North': 'القبلة على بعد %.2f درجة من الشمال الحقيقي',
55
'Fajr\t\t\t\t\t%s': 'الفجر\t\t\t\t\t%s',
56
- 'Shuruk\t\t\t\t%s': 'الشروق\t\t\t\t%s',
57
- 'Dhuhr\t\t\t\t\t%s': 'الظهر\t\t\t\t\t%s',
+ 'Shuruk\t\t\t%s': 'الشروق\t\t\t\t%s',
+ 'Dhuhr\t\t\t\t%s': 'الظهر\t\t\t\t\t%s',
58
'Asr\t\t\t\t\t%s': 'العصر\t\t\t\t\t%s',
59
'Maghrib\t\t\t\t%s': 'المغرب\t\t\t\t\t%s',
60
- 'Isha\t\t\t\t\t%s': 'العشاء\t\t\t\t\t%s',
+ 'Isha\t\t\t\t%s': 'العشاء\t\t\t\t\t%s',
61
'Next Prayer': 'الصلاة التالية',
62
'About': 'حول التطبيق',
63
'Settings': 'الإعدادات',
0 commit comments