Skip to content
Snippets Groups Projects
Unverified Commit c1573809 authored by Etopian Inc's avatar Etopian Inc Committed by GitHub
Browse files

Fix time formatting in Arabic and Iraqi Arabic locales (#4055)


* Fix locale time formatting in Arabic.

The time formatting in Arabic is broken and it causes a 500 error on the room page if a user switches to Arabic.

* Time formatting in Iraqi Arabic is broken

Time formatting in Iraqi Arabic is broken, it causes a 500 error on the room page if a user tries to switch their language to it..

Co-authored-by: default avatarAhmad Farhat <ahmad.af.farhat@gmail.com>
parent a17e2553
Branches
Tags release-2.14.2
No related merge requests found
......@@ -669,7 +669,7 @@ ar:
يستخدم هذا النشر خادم اختبار تمت تهيئته مسبقًا ، ويجب استبداله بخادمك الشخصي. لمزيد من التفاصيل ، اطلع على%{href} .
time:
formats:
default: "b %d, %Y %-I:%M%P%"
default: "%b %d, %Y %-I:%M%P"
update: تحديث
verify:
accept: تحقق
......
......@@ -669,7 +669,7 @@ ar_IQ:
يستخدم هذا النشر خادم اختبار تمت تهيئته مسبقًا ، ويجب استبداله بخادمك الشخصي. لمزيد من التفاصيل ، اطلع على%{href} .
time:
formats:
default: "b %d, %Y %-I:%M%P%"
default: "%b %d, %Y %-I:%M%P"
update: تحديث
verify:
accept: تحقق
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment