Skip to content

Commit 755c3f4

Browse files
committed
i18n: fix arabic translations
1 parent 45c2677 commit 755c3f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

translate.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ def translate_text(text):
5353
'Location: %s': 'الموقع: %s',
5454
'Qibla is %.2f° from True North': 'القبلة على بعد %.2f درجة من الشمال الحقيقي',
5555
'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',
56+
'Shuruk\t\t\t%s': 'الشروق\t\t\t\t%s',
57+
'Dhuhr\t\t\t\t%s': 'الظهر\t\t\t\t\t%s',
5858
'Asr\t\t\t\t\t%s': 'العصر\t\t\t\t\t%s',
5959
'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',
60+
'Isha\t\t\t\t%s': 'العشاء\t\t\t\t\t%s',
6161
'Next Prayer': 'الصلاة التالية',
6262
'About': 'حول التطبيق',
6363
'Settings': 'الإعدادات',

0 commit comments

Comments
 (0)